QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A controller base class for temporal objects, contains a signal for notifying updates of the objects temporal range. More...
#include <qgstemporalcontroller.h>
Signals | |
void | updateTemporalRange (const QgsDateTimeRange &range) |
Signals that a temporal range has changed and needs to be updated in all connected objects. More... | |
Public Member Functions | |
QgsTemporalController (QObject *parent=nullptr) | |
Constructor for QgsTemporalController, with the specified parent object. More... | |
A controller base class for temporal objects, contains a signal for notifying updates of the objects temporal range.
Definition at line 41 of file qgstemporalcontroller.h.
QgsTemporalController::QgsTemporalController | ( | QObject * | parent = nullptr | ) |
Constructor for QgsTemporalController, with the specified parent object.
Definition at line 20 of file qgstemporalcontroller.cpp.
|
signal |
Signals that a temporal range has changed and needs to be updated in all connected objects.