18 #ifndef QGSTEMPORALPROPERTY_H 
   19 #define QGSTEMPORALPROPERTY_H 
   22 #include "qgis_core.h" 
   46       FlagDontInvalidateCachedRendersWhenRangeChanges = 1  
 
   48     Q_DECLARE_FLAGS( Flags, Flag )
 
   62     void setIsActive( 
bool active );
 
   69     bool isActive() 
const;
 
   74     virtual QgsTemporalProperty::Flags 
flags()
 const { 
return QgsTemporalProperty::Flags(); }
 
Base class for temporal property.
void changed()
Emitted when the temporal properties have changed.
virtual QgsTemporalProperty::Flags flags() const
Returns flags associated to the temporal property.
Flag
Flags attached to the temporal property.