Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added python binding for ShowingPartialsLabels
  • Loading branch information
yellow-sky committed Sep 19, 2013
1 parent 030d176 commit cf5d35b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgspallabeling.sip
Expand Up @@ -617,6 +617,9 @@ class QgsPalLabeling : QgsLabelingEngineInterface

bool isShowingAllLabels() const;
void setShowingAllLabels( bool showing );

bool isShowingPartialsLabels() const;
void setShowingPartialsLabels( bool showing );

// implemented methods from labeling engine interface

Expand Down

0 comments on commit cf5d35b

Please sign in to comment.