54 if ( qobject_cast<QgsRasterLayerTemporalProperties *>( sipCpp ) )
56 sipType = sipType_QgsRasterLayerTemporalProperties;
58 else if ( qobject_cast<QgsMeshLayerTemporalProperties *>( sipCpp ) )
60 sipType = sipType_QgsMeshLayerTemporalProperties;
62 else if ( qobject_cast<QgsVectorLayerTemporalProperties *>( sipCpp ) )
64 sipType = sipType_QgsVectorLayerTemporalProperties;
99 virtual bool isVisibleInTemporalRange(
const QgsDateTimeRange &range )
const;
129 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.