QGIS API Documentation
3.14.0-Pi (9f7028fd23)
src
core
qgstemporalcontroller.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgstemporalcontroller.h
3
---------------
4
begin : March 2020
5
copyright : (C) 2020 by Samweli Mwakisambwe
6
email : samweli at kartoza dot com
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef QGSTEMPORALCONTROLLER_H
19
#define QGSTEMPORALCONTROLLER_H
20
21
#include "qgis_core.h"
22
#include "
qgis_sip.h
"
23
#include "
qgsrange.h
"
24
#include <QObject>
25
35
class
CORE_EXPORT
QgsTemporalController
:
public
QObject
36
{
37
Q_OBJECT
38
39
public
:
40
45
QgsTemporalController
( QObject *parent
SIP_TRANSFERTHIS
=
nullptr
);
46
47
signals:
48
53
void
updateTemporalRange(
const
QgsDateTimeRange &range );
54
55
};
56
57
#endif // QGSTEMPORALCONTROLLER_H
qgsrange.h
qgis_sip.h
QgsTemporalController
Definition:
qgstemporalcontroller.h:35
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition:
qgis_sip.h:53
Generated on Mon Jun 22 2020 05:14:09 for QGIS API Documentation by
1.8.17