QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Signals | Public Member Functions | List of all members
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:
Inheritance graph
[legend]

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...
 

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 20 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: