QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#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 35 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.