QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Base class for storage of map layer selection properties. More...
#include <qgsmaplayerselectionproperties.h>
Public Member Functions | |
QgsMapLayerSelectionProperties (QObject *parent) | |
Constructor for QgsMapLayerSelectionProperties, with the specified parent object. | |
virtual QgsMapLayerSelectionProperties * | clone () const =0 |
Creates a clone of the properties. | |
virtual bool | readXml (const QDomElement &element, const QgsReadWriteContext &context)=0 |
Reads temporal properties from a DOM element previously written by writeXml(). | |
virtual QDomElement | writeXml (QDomElement &element, QDomDocument &doc, const QgsReadWriteContext &context)=0 |
Writes the properties to a DOM element, to be used later with readXml(). | |
Base class for storage of map layer selection properties.
QgsMapLayerSelectionProperties exposes settings for controlling how an individual QgsMapLayer behaves with respect to feature selection.
Definition at line 37 of file qgsmaplayerselectionproperties.h.
QgsMapLayerSelectionProperties::QgsMapLayerSelectionProperties | ( | QObject * | parent | ) |
Constructor for QgsMapLayerSelectionProperties, with the specified parent object.
Definition at line 20 of file qgsmaplayerselectionproperties.cpp.
|
pure virtual |
Creates a clone of the properties.
Implemented in QgsVectorLayerSelectionProperties.
|
pure virtual |
Reads temporal properties from a DOM element previously written by writeXml().
Implemented in QgsVectorLayerSelectionProperties.
|
pure virtual |
Writes the properties to a DOM element, to be used later with readXml().
Implemented in QgsVectorLayerSelectionProperties.