QGIS/python/core/auto_generated/qgstemporalcontroller.sip.in

45 lines
1.4 KiB
Plaintext
Raw Normal View History

/************************************************************************
* 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 *
************************************************************************/