55 if ( qobject_cast<QgsRasterLayerTemporalProperties *>( sipCpp ) )
57 sipType = sipType_QgsRasterLayerTemporalProperties;
59 else if ( qobject_cast<QgsMeshLayerTemporalProperties *>( sipCpp ) )
61 sipType = sipType_QgsMeshLayerTemporalProperties;
63 else if ( qobject_cast<QgsVectorLayerTemporalProperties *>( sipCpp ) )
65 sipType = sipType_QgsVectorLayerTemporalProperties;
100 virtual bool isVisibleInTemporalRange(
const QgsDateTimeRange &range )
const;
130 virtual QList< QgsDateTimeRange > allTemporalRanges(
QgsMapLayer *layer )
const;
virtual QDomElement writeXml(QDomElement &element, QDomDocument &doc, const QgsReadWriteContext &context)=0
Writes the properties to a DOM element, to be used later with readXml().
The class is used as a container of context for various read/write operations on other objects.