mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Added missing python bindings for graduated symbol renderer v2
git-svn-id: http://svn.osgeo.org/qgis/trunk@14402 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
cb0cc261d1
commit
33a8b133ce
@ -324,11 +324,19 @@ public:
|
||||
|
||||
bool updateRangeSymbol(int rangeIndex, QgsSymbolV2* symbol /Transfer/);
|
||||
bool updateRangeLabel(int rangeIndex, QString label);
|
||||
bool updateRangeUpperValue( int rangeIndex, double value );
|
||||
bool updateRangeLowerValue( int rangeIndex, double value );
|
||||
|
||||
void addClass( QgsSymbolV2* symbol );
|
||||
void deleteClass( int idx );
|
||||
|
||||
enum Mode
|
||||
{
|
||||
EqualInterval,
|
||||
Quantile,
|
||||
Jenks,
|
||||
StdDev,
|
||||
Pretty,
|
||||
Custom
|
||||
};
|
||||
|
||||
@ -341,7 +349,7 @@ public:
|
||||
int classes,
|
||||
Mode mode,
|
||||
QgsSymbolV2* symbol,
|
||||
QgsVectorColorRampV2* ramp);
|
||||
QgsVectorColorRampV2* ramp) /Factory/;
|
||||
|
||||
//! create a renderer from XML element
|
||||
static QgsFeatureRendererV2* load(QDomElement& symbologyElem) /Factory/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user