QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Contains helper utilities for working with QGIS' labeling engine. More...
#include <qgslabelingenginev2.h>
Static Public Member Functions | |
static QVector< QgsPalLayerSettings::PredefinedPointPosition > | decodePredefinedPositionOrder (const QString &positionString) |
Decodes a string to an ordered list of predefined point label positions. More... | |
static QString | encodePredefinedPositionOrder (const QVector< QgsPalLayerSettings::PredefinedPointPosition > &positions) |
Encodes an ordered list of predefined point label positions to a string. More... | |
Contains helper utilities for working with QGIS' labeling engine.
Definition at line 261 of file qgslabelingenginev2.h.
|
static |
Decodes a string to an ordered list of predefined point label positions.
positionString | encoded string of positions |
Definition at line 450 of file qgslabelingenginev2.cpp.
|
static |
Encodes an ordered list of predefined point label positions to a string.
positions | order list of positions |
Definition at line 402 of file qgslabelingenginev2.cpp.