QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Contains constants and enums relating to labeling. More...
#include <qgslabeling.h>
Public Types | |
enum | LinePlacementFlag { OnLine = 1, AboveLine = 2, BelowLine = 4, MapOrientation = 8 } |
Line placement flags, which control how candidates are generated for a linear feature. More... | |
enum | PolygonPlacementFlag { AllowPlacementOutsideOfPolygon = 1 << 0, AllowPlacementInsideOfPolygon = 1 << 1 } |
Polygon placement flags, which control how candidates are generated for a polygon feature. More... | |
Contains constants and enums relating to labeling.
Definition at line 31 of file qgslabeling.h.
Line placement flags, which control how candidates are generated for a linear feature.
Definition at line 38 of file qgslabeling.h.
Polygon placement flags, which control how candidates are generated for a polygon feature.
Enumerator | |
---|---|
AllowPlacementOutsideOfPolygon | Labels can be placed outside of a polygon feature. |
AllowPlacementInsideOfPolygon | Labels can be placed inside a polygon feature. |
Definition at line 52 of file qgslabeling.h.