mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
51 lines
1.6 KiB
Plaintext
51 lines
1.6 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
|
|
A controller base class for temporal objects, contains a signal for notifying
|
|
updates of the objects temporal range.
|
|
|
|
.. versionadded:: 3.14
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgstemporalcontroller.h"
|
|
%End
|
|
public:
|
|
|
|
QgsTemporalController();
|
|
%Docstring
|
|
Constructor for QgsTemporalController.
|
|
%End
|
|
|
|
virtual ~QgsTemporalController();
|
|
|
|
signals:
|
|
|
|
void updateTemporalRange( const QgsDateTimeRange &range );
|
|
%Docstring
|
|
Signals that a temporal ``range`` has changed and need to be updated to
|
|
the related objects.
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgstemporalcontroller.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|