QGIS API Documentation
3.0.2-Girona (307d082)
|
Contains helper utilities for working with QGIS' labeling engine. More...
#include <qgslabelingengine.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 238 of file qgslabelingengine.h.
|
static |
Decodes a string to an ordered list of predefined point label positions.
positionString | encoded string of positions |
Definition at line 428 of file qgslabelingengine.cpp.
|
static |
Encodes an ordered list of predefined point label positions to a string.
positions | order list of positions |
Definition at line 380 of file qgslabelingengine.cpp.