Skip to content

Commit

Permalink
fix missing sip methods for rubber bands
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 2, 2013
1 parent cae90cd commit 2d63dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/gui/qgsrubberband.sip
Expand Up @@ -34,6 +34,10 @@ class QgsRubberBand: QgsMapCanvasItem
* Added in 1.9 */
void setIconSize ( int iconSize );

void setLineStyle( Qt::PenStyle penStyle );

void setBrushStyle( Qt::BrushStyle brushStyle );

void reset( QGis::GeometryType geometryType = QGis::Line );
void reset( bool isPolygon );

Expand Down

0 comments on commit 2d63dcf

Please sign in to comment.