QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
Public Types | List of all members
QgsLabeling Class Reference

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...
 

Detailed Description

Contains constants and enums relating to labeling.

Since
QGIS 3.12

Definition at line 31 of file qgslabeling.h.

Member Enumeration Documentation

◆ LinePlacementFlag

Line placement flags, which control how candidates are generated for a linear feature.

Enumerator
OnLine 

Labels can be placed directly over a line feature.

AboveLine 

Labels can be placed above a line feature. Unless MapOrientation is also specified this mode respects the direction of the line feature, so a line from right to left labels will have labels placed placed below the line feature.

BelowLine 

Labels can be placed below a line feature. Unless MapOrientation is also specified this mode respects the direction of the line feature, so a line from right to left labels will have labels placed placed above the line feature.

MapOrientation 

Signifies that the AboveLine and BelowLine flags should respect the map's orientation rather than the feature's orientation. For example, AboveLine will always result in label's being placed above a line, regardless of the line's direction.

Definition at line 38 of file qgslabeling.h.

◆ PolygonPlacementFlag

Polygon placement flags, which control how candidates are generated for a polygon feature.

Since
QGIS 3.14
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.


The documentation for this class was generated from the following file: