add missed renderer capabilities to Python bindings

This commit is contained in:
Alexander Bruy 2012-12-04 12:09:09 +02:00
parent f1c95a92d5
commit d32a3773c3

View File

@ -77,6 +77,8 @@ class QgsFeatureRendererV2
SymbolLevels = 1, // rendering with symbol levels (i.e. implements symbols(), symbolForFeature())
RotationField = 2, // rotate symbols by attribute value
MoreSymbolsPerFeature = 4 // may use more than one symbol to render a feature: symbolsForFeature() will return them
Filter = 8, // features may be filtered, i.e. some features may not be rendered (categorized, rule based ...)
ScaleDependent = 16 // dependends on scale if feature will be rendered (rule based )
};
//! returns bitwise OR-ed capabilities of the renderer