You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/qgspallabeling.h
+8-8
Original file line number
Diff line number
Diff line change
@@ -137,30 +137,30 @@ class CORE_EXPORT QgsPalLayerSettings
137
137
enum Placement
138
138
{
139
139
AroundPoint, //!< Arranges candidates in a circle around a point (or centroid of a polygon). Applies to point or polygon layers only.
140
-
OverPoint, //! Arranges candidates over a point (or centroid of a polygon), or at a preset offset from the point. Applies to point or polygon layers only.
140
+
OverPoint, //!< Arranges candidates over a point (or centroid of a polygon), or at a preset offset from the point. Applies to point or polygon layers only.
141
141
Line, //!< Arranges candidates parallel to a generalised line representing the feature or parallel to a polygon's perimeter. Applies to line or polygon layers only.
142
-
Curved, //! Arranges candidates following the curvature of a line feature. Applies to line layers only.
142
+
Curved, //!< Arranges candidates following the curvature of a line feature. Applies to line layers only.
143
143
Horizontal, //!< Arranges horizontal candidates scattered throughout a polygon feature. Applies to polygon layers only.
144
144
Free, //!< Arranges candidates scattered throughout a polygon feature. Candidates are rotated to respect the polygon's orientation. Applies to polygon layers only.
145
145
OrderedPositionsAroundPoint, //!< Candidates are placed in predefined positions around a point. Preference is given to positions with greatest cartographic appeal, e.g., top right, bottom right, etc. Applies to point layers only.
146
-
PerimeterCurved, //! Arranges candidates following the curvature of a polygon's boundary. Applies to polygon layers only.
146
+
PerimeterCurved, //!< Arranges candidates following the curvature of a polygon's boundary. Applies to polygon layers only.
147
147
};
148
148
149
149
//TODO QGIS 4.0 - move to QgsLabelingEngine
150
150
//! Positions for labels when using the QgsPalLabeling::OrderedPositionsAroundPoint placement mode
151
151
enum PredefinedPointPosition
152
152
{
153
153
TopLeft, //!< Label on top-left of point
154
-
TopSlightlyLeft, //! Label on top of point, slightly left of center
154
+
TopSlightlyLeft, //!< Label on top of point, slightly left of center
155
155
TopMiddle, //!< Label directly above point
156
-
TopSlightlyRight, //! Label on top of point, slightly right of center
156
+
TopSlightlyRight, //!< Label on top of point, slightly right of center
157
157
TopRight, //!< Label on top-right of point
158
158
MiddleLeft, //!< Label on left of point
159
159
MiddleRight, //!< Label on right of point
160
160
BottomLeft, //!< Label on bottom-left of point
161
-
BottomSlightlyLeft, //! Label below point, slightly left of center
161
+
BottomSlightlyLeft, //!< Label below point, slightly left of center
162
162
BottomMiddle, //!< Label directly below point
163
-
BottomSlightlyRight, //! Label below point, slightly right of center
163
+
BottomSlightlyRight, //!< Label below point, slightly right of center
164
164
BottomRight, //!< Label on bottom right of point
165
165
};
166
166
@@ -268,7 +268,7 @@ class CORE_EXPORT QgsPalLayerSettings
0 commit comments