From cf5d35b5cb29da6c116922d19d9d3b15f4f8e890 Mon Sep 17 00:00:00 2001 From: yellow-sky Date: Fri, 20 Sep 2013 00:14:06 +0400 Subject: [PATCH] Added python binding for ShowingPartialsLabels --- python/core/qgspallabeling.sip | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/core/qgspallabeling.sip b/python/core/qgspallabeling.sip index d6316d7583f..a25d0776de9 100644 --- a/python/core/qgspallabeling.sip +++ b/python/core/qgspallabeling.sip @@ -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