Index: python/core/symbology-ng-core.sip =================================================================== --- python/core/symbology-ng-core.sip (revision 13302) +++ python/core/symbology-ng-core.sip (working copy) @@ -380,6 +380,8 @@ void setRenderingPass(int renderingPass); int renderingPass() const; + static QColor selectionColor(); + protected: QgsSymbolLayerV2(QgsSymbolV2::SymbolType type, bool locked = false); @@ -465,6 +467,9 @@ qreal alpha() const; void setAlpha( qreal alpha ); + bool selected() const; + void setSelected( bool selected ) const; + double outputLineWidth(double width) const; double outputPixelSize(double size) const; };