Skip to content

Commit

Permalink
PyQGIS: Fixed wrappers for symbology-ng renderers (were claimed to be…
Browse files Browse the repository at this point in the history
… abstract classes)

git-svn-id: http://svn.osgeo.org/qgis/trunk@13416 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 3, 2010
1 parent 4205309 commit f3bd29d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/symbology-ng-core.sip
Expand Up @@ -147,6 +147,8 @@ public:

virtual QgsFeatureRendererV2* clone() /Factory/;

virtual QgsSymbolV2List symbols();

//! create a renderer from XML element
static QgsFeatureRendererV2* load(QDomElement& symbologyElem) /Factory/;

Expand Down Expand Up @@ -211,6 +213,8 @@ public:

virtual QgsFeatureRendererV2* clone() /Factory/;

virtual QgsSymbolV2List symbols();

const QgsCategoryList& categories();

//! return index of category with specified value (-1 if not found)
Expand Down Expand Up @@ -296,6 +300,8 @@ public:

virtual QgsFeatureRendererV2* clone() /Factory/;

virtual QgsSymbolV2List symbols();

QString classAttribute() const;
void setClassAttribute(QString attr);

Expand Down

0 comments on commit f3bd29d

Please sign in to comment.