Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Readd missing sip binding
  • Loading branch information
nyalldawson committed Jan 28, 2016
1 parent 90718dd commit 082f113
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/symbology-ng/qgsrendererv2.sip
Expand Up @@ -97,6 +97,12 @@ class QgsFeatureRendererV2
//TODO - QGIS 3.0 change PyName to originalSymbolForFeature when deprecated method is removed
virtual QgsSymbolV2* originalSymbolForFeature( QgsFeature& feature, QgsRenderContext& context ) /PyName=originalSymbolForFeature2/;

/**
* Return legend keys matching a specified feature.
* @note added in 2.14
*/
virtual QSet< QString > legendKeysForFeature( QgsFeature& feature, QgsRenderContext& context );

/**
* Needs to be called when a new render cycle is started
*
Expand Down

0 comments on commit 082f113

Please sign in to comment.