mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Readd missing sip binding
This commit is contained in:
parent
90718ddfd4
commit
082f113197
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user