18#ifndef QGSTEMPORALPROPERTY_H 
   19#define QGSTEMPORALPROPERTY_H 
   46      FlagDontInvalidateCachedRendersWhenRangeChanges = 1  
 
 
   62    void setIsActive( 
bool active );
 
   69    bool isActive() 
const;
 
 
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.
 
#define SIP_ENUM_BASETYPE(type)