19 #ifndef QGSTEMPORALRANGEOBJECT_H 
   20 #define QGSTEMPORALRANGEOBJECT_H 
   22 #include "qgis_core.h" 
   52     void setIsTemporal( 
bool enabled );
 
   61     bool isTemporal() 
const;
 
   73     void setTemporalRange( 
const QgsDateTimeRange &range );
 
   82     const QgsDateTimeRange &temporalRange() 
const;
 
   87     bool mTemporal = 
false;
 
   90     QgsDateTimeRange mDateTimeRange;
 
Base class for objects with an associated (optional) temporal range.
virtual ~QgsTemporalRangeObject()=default