Skip to content

Commit

Permalink
Add missing sip binding
Browse files Browse the repository at this point in the history
(cherry-picked from 37ef6b8)
  • Loading branch information
nyalldawson committed Aug 10, 2016
1 parent 0f0030a commit 0123b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/core/qgspallabeling.sip
Expand Up @@ -103,6 +103,7 @@ class QgsPalLayerSettings
Horizontal, /**< Arranges horizontal candidates scattered throughout a polygon feature. Applies to polygon layers only.*/
Free, /**< Arranges candidates scattered throughout a polygon feature. Candidates are rotated to respect the polygon's orientation. Applies to polygon layers only.*/
OrderedPositionsAroundPoint, /**< Candidates are placed in predefined positions around a point. Peference is given to positions with greatest cartographic appeal, eg top right, bottom right, etc. Applies to point layers only.*/
PerimeterCurved, /** Arranges candidates following the curvature of a polygon's boundary. Applies to polygon layers only.*/
};

//! Positions for labels when using the QgsPalLabeling::OrderedPositionsAroundPoint placement mode
Expand Down

0 comments on commit 0123b7b

Please sign in to comment.