Skip to content

Commit

Permalink
remove usage of deprecated methods within QgsVectorLayer itself
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 2, 2013
1 parent 0866c6c commit 4a77429
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 65 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -290,12 +290,12 @@ class QgsVectorLayer : QgsMapLayer
/** Draw layer with renderer V2.
* @note added in 1.4
*/
void drawRendererV2( QgsRenderContext& rendererContext, bool labeling );
void drawRendererV2( QgsFeatureIterator &fit, QgsRenderContext& rendererContext, bool labeling );

/** Draw layer with renderer V2 using symbol levels.
* @note added in 1.4
*/
void drawRendererV2Levels( QgsRenderContext& rendererContext, bool labeling );
void drawRendererV2Levels( QgsFeatureIterator &fit, QgsRenderContext& rendererContext, bool labeling );

/** Returns point, line or polygon */
QGis::GeometryType geometryType() const;
Expand Down

0 comments on commit 4a77429

Please sign in to comment.