59 Qgis::SelectionRenderingMode selectionRenderingMode() const;
66 void setSelectionRenderingMode(
Qgis::SelectionRenderingMode mode );
76 QColor selectionColor() const;
86 void setSelectionColor( const QColor &color );
109 Qgis::SelectionRenderingMode mSelectionRenderingMode =
Qgis::SelectionRenderingMode::Default;
110 QColor mSelectionColor;
111 std::unique_ptr<
QgsSymbol > mSelectionSymbol;
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.