QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsTemporalController Class Reference

A controller base class for temporal objects, contains a signal for notifying updates of the objects temporal range. More...

#include <qgstemporalcontroller.h>

Inheritance diagram for QgsTemporalController:

Signals

void updateTemporalRange (const QgsDateTimeRange &range)
 Signals that a temporal range has changed and needs to be updated in all connected objects.

Public Member Functions

 QgsTemporalController (QObject *parent=nullptr)
 Constructor for QgsTemporalController, with the specified parent object.

Detailed Description

A controller base class for temporal objects, contains a signal for notifying updates of the objects temporal range.

Since
QGIS 3.14

Definition at line 41 of file qgstemporalcontroller.h.

Constructor & Destructor Documentation

◆ QgsTemporalController()

QgsTemporalController::QgsTemporalController ( QObject * parent = nullptr)

Constructor for QgsTemporalController, with the specified parent object.

Definition at line 22 of file qgstemporalcontroller.cpp.

Member Function Documentation

◆ updateTemporalRange

void QgsTemporalController::updateTemporalRange ( const QgsDateTimeRange & range)
signal

Signals that a temporal range has changed and needs to be updated in all connected objects.


The documentation for this class was generated from the following files: