18#ifndef QGSTEMPORALCONTROLLER_H 
   19#define QGSTEMPORALCONTROLLER_H 
   47    if ( qobject_cast<QgsTemporalNavigationObject *>( sipCpp ) )
 
   49      sipType = sipType_QgsTemporalNavigationObject;
 
A controller base class for temporal objects, contains a signal for notifying updates of the objects ...
 
void updateTemporalRange(const QgsDateTimeRange &range)
Signals that a temporal range has changed and needs to be updated in all connected objects.
 
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)