Readd missing sip binding

This commit is contained in:
Nyall Dawson 2016-01-28 21:43:09 +11:00
parent 90718ddfd4
commit 082f113197

View File

@ -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
*