mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/core/qgstemporalcontroller.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
class QgsTemporalController : QObject
|
||
|
{
|
||
|
%Docstring
|
||
|
|
||
|
|
||
|
.. versionadded:: 3.14
|
||
|
%End
|
||
|
|
||
|
%TypeHeaderCode
|
||
|
#include "qgstemporalcontroller.h"
|
||
|
%End
|
||
|
public:
|
||
|
|
||
|
QgsTemporalController();
|
||
|
%Docstring
|
||
|
Constructor for QgsTemporalController.
|
||
|
%End
|
||
|
|
||
|
virtual ~QgsTemporalController();
|
||
|
|
||
|
signals:
|
||
|
void updateTemporalRange( const QgsDateTimeRange &range );
|
||
|
|
||
|
};
|
||
|
|
||
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/core/qgstemporalcontroller.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|