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().
 
A container for the context for various read/write operations on objects.