|
| QgsLabelingEngineSettings () |
|
void | clear () |
| Returns the configuration to the defaults. More...
|
|
Qgis::TextRenderFormat | defaultTextRenderFormat () const |
| Returns the default text rendering format for the labels. More...
|
|
Flags | flags () const |
| Gets flags of the labeling engine. More...
|
|
double | maximumLineCandidatesPerCm () const |
| Returns the maximum number of line label candidate positions per centimeter. More...
|
|
double | maximumPolygonCandidatesPerCmSquared () const |
| Returns the maximum number of polygon label candidate positions per centimeter squared. More...
|
|
Q_DECL_DEPRECATED void | numCandidatePositions (int &candPoint, int &candLine, int &candPolygon) const |
| Gets number of candidate positions that will be generated for each label feature. More...
|
|
PlacementEngineVersion | placementVersion () const |
| Returns the placement engine version, which dictates how the label placement problem is solved. More...
|
|
void | readSettingsFromProject (QgsProject *project) |
| Read configuration of the labeling engine from a project. More...
|
|
Q_DECL_DEPRECATED Search | searchMethod () const |
| Which search method to use for removal collisions between labels. More...
|
|
void | setDefaultTextRenderFormat (Qgis::TextRenderFormat format) |
| Sets the default text rendering format for the labels. More...
|
|
void | setFlag (Flag f, bool enabled=true) |
| Sets whether a particual flag is enabled. More...
|
|
void | setFlags (Flags flags) |
| Sets flags of the labeling engine. More...
|
|
void | setMaximumLineCandidatesPerCm (double candidates) |
| Sets the maximum number of line label candidates per centimeter. More...
|
|
void | setMaximumPolygonCandidatesPerCmSquared (double candidates) |
| Sets the maximum number of polygon label candidates per centimeter squared. More...
|
|
Q_DECL_DEPRECATED void | setNumCandidatePositions (int candPoint, int candLine, int candPolygon) |
| Sets the number of candidate positions that will be generated for each label feature. More...
|
|
void | setPlacementVersion (PlacementEngineVersion version) |
| Sets the placement engine version, which dictates how the label placement problem is solved. More...
|
|
Q_DECL_DEPRECATED void | setSearchMethod (Search s) |
| Used to set which search method to use for removal collisions between labels. More...
|
|
void | setUnplacedLabelColor (const QColor &color) |
| Sets the color to use when rendering unplaced labels. More...
|
|
bool | testFlag (Flag f) const |
| Test whether a particular flag is enabled. More...
|
|
QColor | unplacedLabelColor () const |
| Returns the color to use when rendering unplaced labels. More...
|
|
void | writeSettingsToProject (QgsProject *project) |
| Write configuration of the labeling engine to a project. More...
|
|