53 if ( qobject_cast<QgsRasterLayerTemporalProperties *>( sipCpp ) )
55 sipType = sipType_QgsRasterLayerTemporalProperties;
57 else if ( qobject_cast<QgsMeshLayerTemporalProperties *>( sipCpp ) )
59 sipType = sipType_QgsMeshLayerTemporalProperties;
61 else if ( qobject_cast<QgsVectorLayerTemporalProperties *>( sipCpp ) )
63 sipType = sipType_QgsVectorLayerTemporalProperties;
98 virtual bool isVisibleInTemporalRange(
const QgsDateTimeRange &range )
const;
128 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.