|
QGIS API Documentation 3.99.0-Master (c03dd32cbdd)
|
Describes a feature that should be used within the labeling engine. More...
#include <qgslabelfeature.h>

Public Member Functions | |
| QgsLabelFeature (QgsFeatureId id, geos::unique_ptr geometry, QSizeF size, int subPartId=0) | |
| Constructor for QgsLabelFeature. | |
| virtual | ~QgsLabelFeature () |
| bool | allowDegradedPlacement () const |
Returns true if the label can be placed in inferior fallback positions if it cannot otherwise be placed. | |
| bool | alwaysShow () const |
| Whether label should be always shown (sets very high label priority). | |
| QgsPointXY | anchorPosition () const |
| In case of quadrand or aligned positioning, this is set to the anchor point. | |
| Qgis::LabelLinePlacementFlags | arrangementFlags () const |
| Returns the feature's arrangement flags. | |
| Qgis::CurvedLabelMode | curvedLabelMode () const |
| Returns the mode which determine how curved labels are generated and placed. | |
| double | distLabel () const |
| Applies to "around point" placement strategy or linestring features. | |
| QgsFeature | feature () const |
| Returns the original feature associated with this label. | |
| double | fixedAngle () const |
Angle in radians of the fixed angle (relevant only if hasFixedAngle() returns true). | |
| QgsPointXY | fixedPosition () const |
Coordinates of the fixed position (relevant only if hasFixedPosition() returns true). | |
| GEOSGeometry * | geometry () const |
| Gets access to the associated geometry. | |
| bool | hasFixedAngle () const |
| Whether the label should use a fixed angle instead of using angle from automatic placement. | |
| bool | hasFixedPosition () const |
| Whether the label should use a fixed position instead of being automatically placed. | |
| bool | hasFixedQuadrant () const |
| Returns whether the quadrant for the label is fixed. | |
| QgsFeatureId | id () const |
| Identifier of the label (unique within the parent label provider). | |
| QString | labelText () const |
| Text of the label. | |
| pal::Layer * | layer () const |
| Gets PAL layer of the label feature. Should be only used internally in PAL. | |
| double | lineAnchorPercent () const |
| Returns the percent along the line at which labels should be placed, for line labels only. | |
| QgsLabelLineSettings::AnchorTextPoint | lineAnchorTextPoint () const |
| Returns the line anchor text point, which dictates which part of the label text should be placed at the lineAnchorPercent(). | |
| QgsLabelLineSettings::AnchorType | lineAnchorType () const |
| Returns the line anchor type, which dictates how the lineAnchorPercent() setting is handled. | |
| double | maximumDistance () const |
| Returns the maximum distance which labels are allowed to be from their corresponding points. | |
| double | minimumSize () const |
| Returns the minimum size (in map unit) for a feature to be labelled. | |
| Qgis::MultiPartLabelingBehavior | multiPartBehavior () const |
| Returns the multipart labeling behavior. | |
| const QgsLabelObstacleSettings & | obstacleSettings () const |
| Returns the label's obstacle settings. | |
| Qgis::LabelOffsetType | offsetType () const |
| Returns the offset type, which determines how offsets and distance to label behaves. | |
| QgsCoordinateReferenceSystem | originalFeatureCrs () const |
| Returns the original layer CRS of the feature associated with the label. | |
| QRectF | outerBounds () const |
| Returns the extreme outer bounds of the label feature, including any surrounding content like borders or background shapes. | |
| Qgis::LabelOverlapHandling | overlapHandling () const |
| Returns the technique to use for handling overlapping labels for the feature. | |
| double | overrunDistance () const |
| Returns the permissible distance (in map units) which labels are allowed to overrun the start or end of linear features. | |
| double | overrunSmoothDistance () const |
| Returns the distance (in map units) with which the ends of linear features are averaged over when calculating the direction at which to overrun labels. | |
| QgsGeometry | permissibleZone () const |
| Returns the label's permissible zone geometry. | |
| const GEOSPreparedGeometry * | permissibleZonePrepared () const |
| Returns a GEOS prepared geometry representing the label's permissibleZone(). | |
| Qgis::LabelPolygonPlacementFlags | polygonPlacementFlags () const |
| Returns the polygon placement flags, which dictate how polygon labels can be placed. | |
| QgsPointXY | positionOffset () const |
| Applies only to "offset from point" placement strategy. | |
| QVector< Qgis::LabelPredefinedPointPosition > | predefinedPositionOrder () const |
| Returns the priority ordered list of predefined positions for label candidates. | |
| Qgis::LabelPrioritization | prioritization () const |
| Returns the label prioritization technique. | |
| double | priority () const |
| Returns the feature's labeling priority. | |
| QgsAbstractLabelProvider * | provider () const |
| Returns provider of this instance. | |
| QPointF | quadOffset () const |
Applies to "offset from point" placement strategy and "around point" (in case hasFixedQuadrant() returns true). | |
| double | repeatDistance () const |
| Applies only to linestring features - after what distance (in map units) the labels should be repeated (0 = no repetitions). | |
| void | setAllowDegradedPlacement (bool allow) |
| Sets whether the label can be placed in inferior fallback positions if it cannot otherwise be placed. | |
| void | setAlwaysShow (bool enabled) |
| Sets whether label should be always shown (sets very high label priority). | |
| void | setAnchorPosition (const QgsPointXY &anchorPosition) |
| In case of quadrand or aligned positioning, this is set to the anchor point. | |
| void | setArrangementFlags (Qgis::LabelLinePlacementFlags flags) |
| Sets the feature's arrangement flags. | |
| void | setCurvedLabelMode (Qgis::CurvedLabelMode mode) |
| Sets the mode which determine how curved labels are generated and placed. | |
| void | setDistLabel (double dist) |
| Applies to "around point" placement strategy or linestring features. | |
| void | setFeature (const QgsFeature &feature) |
| Sets the original feature associated with this label. | |
| void | setFixedAngle (double angle) |
Sets the angle in radians of the fixed angle (relevant only if hasFixedAngle() returns true). | |
| void | setFixedPosition (const QgsPointXY &point) |
Sets coordinates of the fixed position (relevant only if hasFixedPosition() returns true). | |
| void | setHasFixedAngle (bool enabled) |
| Sets whether the label should use a fixed angle instead of using angle from automatic placement. | |
| void | setHasFixedPosition (bool enabled) |
| Sets whether the label should use a fixed position instead of being automatically placed. | |
| void | setHasFixedQuadrant (bool enabled) |
| Sets whether the quadrant for the label must be respected. | |
| void | setLabelText (const QString &text) |
| Sets text of the label. | |
| void | setLayer (pal::Layer *layer) |
| Assign PAL layer to the label feature. Should be only used internally in PAL. | |
| void | setLineAnchorPercent (double percent) |
| Sets the percent along the line at which labels should be placed, for line labels only. | |
| void | setLineAnchorTextPoint (QgsLabelLineSettings::AnchorTextPoint point) |
| Sets the line anchor text point, which dictates which part of the label text should be placed at the lineAnchorPercent(). | |
| void | setLineAnchorType (QgsLabelLineSettings::AnchorType type) |
| Sets the line anchor type, which dictates how the lineAnchorPercent() setting is handled. | |
| void | setMaximumDistance (double distance) |
| Sets the maximum distance which labels are allowed to be from their corresponding points. | |
| void | setMinimumSize (double size) |
| Sets the minimum size (in map unit) for a feature to be labelled. | |
| void | setMultiPartBehavior (Qgis::MultiPartLabelingBehavior behavior) |
| Sets the multipart labeling behavior. | |
| void | setObstacleSettings (const QgsLabelObstacleSettings &settings) |
| Sets the label's obstacle settings. | |
| void | setOffsetType (Qgis::LabelOffsetType type) |
| Sets the offset type, which determines how offsets and distance to label behaves. | |
| void | setOriginalFeatureCrs (const QgsCoordinateReferenceSystem &crs) |
| Sets the original layer crs of the feature associated with the label. | |
| void | setOuterBounds (const QRectF &bounds) |
| Sets the extreme outer bounds of the label feature, including any surrounding content like borders or background shapes. | |
| void | setOverlapHandling (Qgis::LabelOverlapHandling handling) |
| Sets the technique to use for handling overlapping labels for the feature. | |
| void | setOverrunDistance (double distance) |
| Sets the permissible distance (in map units) which labels are allowed to overrun the start or end of linear features. | |
| void | setOverrunSmoothDistance (double distance) |
| Sets the distance (in map units) with which the ends of linear features are averaged over when calculating the direction at which to overrun labels. | |
| void | setPermissibleZone (const QgsGeometry &geometry) |
| Sets the label's permissible zone geometry. | |
| void | setPolygonPlacementFlags (Qgis::LabelPolygonPlacementFlags flags) |
| Sets the polygon placement flags, which dictate how polygon labels can be placed. | |
| void | setPositionOffset (const QgsPointXY &offset) |
| Applies only to "offset from point" placement strategy. | |
| void | setPredefinedPositionOrder (const QVector< Qgis::LabelPredefinedPointPosition > &order) |
| Sets the priority ordered list of predefined positions for label candidates. | |
| void | setPrioritization (Qgis::LabelPrioritization prioritization) |
| Sets the label prioritization technique. | |
| void | setPriority (double priority) |
| Sets the priority for labeling the feature. | |
| void | setQuadOffset (QPointF quadOffset) |
| Set which side of the point to use. | |
| void | setRepeatDistance (double dist) |
| Applies only to linestring features - set after what distance (in map units) the labels should be repeated (0 = no repetitions). | |
| void | setRotatedSize (QSizeF size) |
| Sets an alternate label size to be used when a label rotation angle is between 45 to 135 and 235 to 313 degrees and the text rotation mode is set to rotation-based. | |
| void | setSymbol (const QgsSymbol *symbol) |
| Sets the feature symbol associated with this label. | |
| void | setSymbolSize (QSizeF size) |
| Sets the size of the rendered symbol associated with this feature. | |
| void | setThinningSettings (const QgsLabelFeatureThinningSettings &settings) |
| Sets the thinning settings for this label. | |
| void | setVisualMargin (const QgsMargins &margin) |
| Sets the visual margin for the label feature. | |
| void | setWhitespaceCollisionHandling (Qgis::LabelWhitespaceCollisionHandling handling) |
| Sets the whitespace collision handling. | |
| void | setZIndex (double zIndex) |
| Sets the label's z-index. | |
| QSizeF | size (double angle=0.0) const |
| Size of the label (in map units). | |
| int | subPartId () const |
| Sub part identifier (for features which register multiple labels). | |
| const QgsSymbol * | symbol () const |
| Returns the feature symbol associated with this label. | |
| const QSizeF & | symbolSize () const |
| Returns the size of the rendered symbol associated with this feature, if applicable. | |
| const QgsLabelFeatureThinningSettings & | thinningSettings () const |
| Returns the thinning settings for this label. | |
| const QgsMargins & | visualMargin () const |
| Returns the visual margin for the label feature. | |
| Qgis::LabelWhitespaceCollisionHandling | whitespaceCollisionHandling () const |
| Returns the whitespace collision handling. | |
| double | zIndex () const |
| Returns the label's z-index. | |
Protected Attributes | |
| bool | mAlwaysShow = false |
| whether to always show label - even in case of collisions | |
| Qgis::LabelLinePlacementFlags | mArrangementFlags = Qgis::LabelLinePlacementFlags() |
| double | mDistLabel = 0 |
| distance of label from the feature (only for "around point" placement or linestrings) | |
| double | mFixedAngle = 0 |
| fixed rotation for the label (instead of automatic choice) | |
| QgsPointXY | mFixedPosition |
| fixed position for the label (instead of automatic placement) | |
| geos::unique_ptr | mGeometry |
| Geometry of the feature to be labelled. | |
| bool | mHasFixedAngle = false |
| whether mFixedAngle should be respected | |
| bool | mHasFixedPosition = false |
| whether mFixedPosition should be respected | |
| bool | mHasFixedQuadrant = false |
| whether mQuadOffset should be respected (only for "around point" placement) | |
| QgsFeatureId | mId |
| Associated ID unique within the parent label provider. | |
| QString | mLabelText |
| text of the label | |
| pal::Layer * | mLayer = nullptr |
| Pointer to PAL layer (assigned when registered to PAL). | |
| double | mMaximumDistance = 0 |
| Maximum distance of label from the feature. | |
| Qgis::LabelOffsetType | mOffsetType = Qgis::LabelOffsetType::FromPoint |
| Offset type for certain placement modes. | |
| QRectF | mOuterBounds |
| Extreme outer bounds of the label feature, including any surrounding content like borders or background shapes. | |
| double | mOverrunDistance = 0 |
| Distance to allow label to overrun linear features. | |
| double | mOverrunSmoothDistance = 0 |
| Distance to smooth angle of line start and end when calculating overruns. | |
| QgsGeometry | mPermissibleZone |
| Optional geometry to use for label's permissible zone. | |
| Qgis::LabelPolygonPlacementFlags | mPolygonPlacementFlags = Qgis::LabelPolygonPlacementFlag::AllowPlacementInsideOfPolygon |
| QgsPointXY | mPositionOffset |
| offset of label from the feature (only for "offset from point" placement) | |
| QVector< Qgis::LabelPredefinedPointPosition > | mPredefinedPositionOrder |
| Ordered list of predefined positions for label (only for OrderedPositionsAroundPoint placement). | |
| double | mPriority = -1 |
| Priority of the label. | |
| QPointF | mQuadOffset |
| whether the side of the label is fixed (only for "around point" placement) | |
| double | mRepeatDistance = 0 |
| distance after which label should be repeated (only for linestrings) | |
| QSizeF | mRotatedSize |
| Width and height of the label when rotated between 45 to 135 and 235 to 315 degrees;. | |
| QSizeF | mSize |
| Width and height of the label. | |
| int | mSubPartId = 0 |
| Associated sub part ID, for features which register multiple different labels. | |
| QSizeF | mSymbolSize |
| Size of associated rendered symbol, if applicable. | |
| QgsMargins | mVisualMargin |
| Visual margin of label contents. | |
| double | mZIndex = 0 |
| Z-index of label (higher z-index labels are rendered on top of lower z-index labels). | |
Describes a feature that should be used within the labeling engine.
Those may be the usual textual labels, diagrams, or any other custom type of map annotations (generated by custom label providers).
Instances only contain data relevant to the labeling engine (geometry, label size etc.) necessary for the layout. Rendering of labels is done by label providers.
Individual label providers may create subclasses of QgsLabelFeature in order to add more data to the instances that will be later used for drawing of labels.
Definition at line 59 of file qgslabelfeature.h.
| QgsLabelFeature::QgsLabelFeature | ( | QgsFeatureId | id, |
| geos::unique_ptr | geometry, | ||
| QSizeF | size, | ||
| int | subPartId = 0 ) |
Constructor for QgsLabelFeature.
The feature id argument links the label feature back to the original layer feature.
The geometry argument specifies the geometry associated with the feature, which is used by the labeling engine to generate candidate placements for the label. For a vector layer feature this will generally be the feature's geometry.
The size argument dictates the size of the label's content (e.g. text width and height).
The optional subPartId argument can be used to identify unique labels for features which register multiple labels with the same id.
Definition at line 21 of file qgslabelfeature.cpp.
|
virtual |
Definition at line 29 of file qgslabelfeature.cpp.
|
inline |
Returns true if the label can be placed in inferior fallback positions if it cannot otherwise be placed.
For instance, this will permit a curved line label to fallback to a horizontal label at the end of the line if the label cannot otherwise be placed on the line in a curved manner.
Definition at line 707 of file qgslabelfeature.h.
|
inline |
Whether label should be always shown (sets very high label priority).
Definition at line 386 of file qgslabelfeature.h.
| QgsPointXY QgsLabelFeature::anchorPosition | ( | ) | const |
In case of quadrand or aligned positioning, this is set to the anchor point.
This can be used for proper vector based output like DXF.
Definition at line 73 of file qgslabelfeature.cpp.
|
inline |
Returns the feature's arrangement flags.
Definition at line 394 of file qgslabelfeature.h.
|
inline |
Returns the mode which determine how curved labels are generated and placed.
Definition at line 582 of file qgslabelfeature.h.
|
inline |
Applies to "around point" placement strategy or linestring features.
Distance of the label from the feature (in map units)
Definition at line 316 of file qgslabelfeature.h.
| QgsFeature QgsLabelFeature::feature | ( | ) | const |
Returns the original feature associated with this label.
Definition at line 59 of file qgslabelfeature.cpp.
|
inline |
Angle in radians of the fixed angle (relevant only if hasFixedAngle() returns true).
Definition at line 243 of file qgslabelfeature.h.
|
inline |
Coordinates of the fixed position (relevant only if hasFixedPosition() returns true).
Definition at line 213 of file qgslabelfeature.h.
|
inline |
Gets access to the associated geometry.
Definition at line 88 of file qgslabelfeature.h.
|
inline |
Whether the label should use a fixed angle instead of using angle from automatic placement.
Definition at line 235 of file qgslabelfeature.h.
|
inline |
Whether the label should use a fixed position instead of being automatically placed.
Definition at line 209 of file qgslabelfeature.h.
|
inline |
Returns whether the quadrant for the label is fixed.
Applies to "around point" placement strategy.
Definition at line 257 of file qgslabelfeature.h.
|
inline |
Identifier of the label (unique within the parent label provider).
Definition at line 82 of file qgslabelfeature.h.
|
inline |
Text of the label.
Used also if "merge connected lines to avoid duplicate labels" is enabled to identify which features may be merged.
Definition at line 425 of file qgslabelfeature.h.
|
inline |
Gets PAL layer of the label feature. Should be only used internally in PAL.
Definition at line 430 of file qgslabelfeature.h.
|
inline |
Returns the percent along the line at which labels should be placed, for line labels only.
By default, this is 0.5 which indicates that labels should be placed as close to the center of the line as possible. A value of 0.0 indicates that the labels should be placed as close to the start of the line as possible, while a value of 1.0 pushes labels towards the end of the line.
Definition at line 522 of file qgslabelfeature.h.
| QgsLabelLineSettings::AnchorTextPoint QgsLabelFeature::lineAnchorTextPoint | ( | ) | const |
Returns the line anchor text point, which dictates which part of the label text should be placed at the lineAnchorPercent().
Definition at line 103 of file qgslabelfeature.cpp.
|
inline |
Returns the line anchor type, which dictates how the lineAnchorPercent() setting is handled.
Definition at line 545 of file qgslabelfeature.h.
|
inline |
Returns the maximum distance which labels are allowed to be from their corresponding points.
This setting works alongside distLabel() to define a permissible range of distances at which labels can be placed from their points.
The default value is 0, which indicates that no maximum is set and the that distLabel() always be respected.
Definition at line 341 of file qgslabelfeature.h.
|
inline |
Returns the minimum size (in map unit) for a feature to be labelled.
Definition at line 670 of file qgslabelfeature.h.
|
inline |
Returns the multipart labeling behavior.
Definition at line 599 of file qgslabelfeature.h.
| const QgsLabelObstacleSettings & QgsLabelFeature::obstacleSettings | ( | ) | const |
Returns the label's obstacle settings.
Definition at line 120 of file qgslabelfeature.cpp.
|
inline |
Returns the offset type, which determines how offsets and distance to label behaves.
Support depends on which placement mode is used for generating label candidates.
Definition at line 299 of file qgslabelfeature.h.
| QgsCoordinateReferenceSystem QgsLabelFeature::originalFeatureCrs | ( | ) | const |
Returns the original layer CRS of the feature associated with the label.
Definition at line 130 of file qgslabelfeature.cpp.
|
inline |
Returns the extreme outer bounds of the label feature, including any surrounding content like borders or background shapes.
Definition at line 130 of file qgslabelfeature.h.
|
inline |
Returns the technique to use for handling overlapping labels for the feature.
Definition at line 687 of file qgslabelfeature.h.
| double QgsLabelFeature::overrunDistance | ( | ) | const |
Returns the permissible distance (in map units) which labels are allowed to overrun the start or end of linear features.
Definition at line 83 of file qgslabelfeature.cpp.
| double QgsLabelFeature::overrunSmoothDistance | ( | ) | const |
Returns the distance (in map units) with which the ends of linear features are averaged over when calculating the direction at which to overrun labels.
Definition at line 93 of file qgslabelfeature.cpp.
|
inline |
Returns the label's permissible zone geometry.
If a valid geometry is returned, the feature's label MUST be fully contained within this zone, and the feature will not be labeled if no candidates can be generated which are not contained within the zone.
Definition at line 107 of file qgslabelfeature.h.
|
inline |
Returns a GEOS prepared geometry representing the label's permissibleZone().
Definition at line 114 of file qgslabelfeature.h.
|
inline |
Returns the polygon placement flags, which dictate how polygon labels can be placed.
Definition at line 409 of file qgslabelfeature.h.
|
inline |
Applies only to "offset from point" placement strategy.
What offset (in map units) to use from the point
Definition at line 285 of file qgslabelfeature.h.
|
inline |
Returns the priority ordered list of predefined positions for label candidates.
This property is only used for OrderedPositionsAroundPoint placements.
Definition at line 364 of file qgslabelfeature.h.
|
inline |
Returns the label prioritization technique.
Definition at line 715 of file qgslabelfeature.h.
|
inline |
Returns the feature's labeling priority.
Definition at line 182 of file qgslabelfeature.h.
| QgsAbstractLabelProvider * QgsLabelFeature::provider | ( | ) | const |
Returns provider of this instance.
Definition at line 898 of file qgslabelingengine.cpp.
|
inline |
Applies to "offset from point" placement strategy and "around point" (in case hasFixedQuadrant() returns true).
Determines which side of the point to use. For X coordinate, values -1, 0, 1 mean left, center, right. For Y coordinate, values -1, 0, 1 mean above, center, below.
Definition at line 273 of file qgslabelfeature.h.
|
inline |
Applies only to linestring features - after what distance (in map units) the labels should be repeated (0 = no repetitions).
Definition at line 377 of file qgslabelfeature.h.
|
inline |
Sets whether the label can be placed in inferior fallback positions if it cannot otherwise be placed.
For instance, this will permit a curved line label to fallback to a horizontal label at the end of the line if the label cannot otherwise be placed on the line in a curved manner.
Definition at line 735 of file qgslabelfeature.h.
|
inline |
Sets whether label should be always shown (sets very high label priority).
Definition at line 388 of file qgslabelfeature.h.
| void QgsLabelFeature::setAnchorPosition | ( | const QgsPointXY & | anchorPosition | ) |
In case of quadrand or aligned positioning, this is set to the anchor point.
This can be used for proper vector based output like DXF.
Definition at line 140 of file qgslabelfeature.cpp.
|
inline |
Sets the feature's arrangement flags.
| flags | arrangement flags |
Definition at line 401 of file qgslabelfeature.h.
|
inline |
Sets the mode which determine how curved labels are generated and placed.
Definition at line 590 of file qgslabelfeature.h.
|
inline |
Applies to "around point" placement strategy or linestring features.
Set distance of the label from the feature (in map units)
Definition at line 325 of file qgslabelfeature.h.
| void QgsLabelFeature::setFeature | ( | const QgsFeature & | feature | ) |
Sets the original feature associated with this label.
Definition at line 78 of file qgslabelfeature.cpp.
|
inline |
Sets the angle in radians of the fixed angle (relevant only if hasFixedAngle() returns true).
Definition at line 249 of file qgslabelfeature.h.
|
inline |
Sets coordinates of the fixed position (relevant only if hasFixedPosition() returns true).
Definition at line 216 of file qgslabelfeature.h.
|
inline |
Sets whether the label should use a fixed angle instead of using angle from automatic placement.
Definition at line 237 of file qgslabelfeature.h.
|
inline |
Sets whether the label should use a fixed position instead of being automatically placed.
Definition at line 211 of file qgslabelfeature.h.
|
inline |
Sets whether the quadrant for the label must be respected.
This can be used to fix the quadrant for specific features when using an "around point" placement.
Definition at line 265 of file qgslabelfeature.h.
|
inline |
Sets text of the label.
Definition at line 427 of file qgslabelfeature.h.
|
inline |
Assign PAL layer to the label feature. Should be only used internally in PAL.
Definition at line 432 of file qgslabelfeature.h.
|
inline |
Sets the percent along the line at which labels should be placed, for line labels only.
By default, this is 0.5 which indicates that labels should be placed as close to the center of the line as possible. A value of 0.0 indicates that the labels should be placed as close to the start of the line as possible, while a value of 1.0 pushes labels towards the end of the line.
Definition at line 536 of file qgslabelfeature.h.
|
inline |
Sets the line anchor text point, which dictates which part of the label text should be placed at the lineAnchorPercent().
Definition at line 574 of file qgslabelfeature.h.
|
inline |
Sets the line anchor type, which dictates how the lineAnchorPercent() setting is handled.
Definition at line 554 of file qgslabelfeature.h.
|
inline |
Sets the maximum distance which labels are allowed to be from their corresponding points.
This setting works alongside distLabel() to define a permissible range of distances at which labels can be placed from their points.
The default value is 0, which indicates that no maximum is set and the that distLabel() always be respected.
Definition at line 357 of file qgslabelfeature.h.
|
inline |
Sets the minimum size (in map unit) for a feature to be labelled.
Definition at line 679 of file qgslabelfeature.h.
|
inline |
Sets the multipart labeling behavior.
Definition at line 608 of file qgslabelfeature.h.
| void QgsLabelFeature::setObstacleSettings | ( | const QgsLabelObstacleSettings & | settings | ) |
Sets the label's obstacle settings.
Definition at line 125 of file qgslabelfeature.cpp.
|
inline |
Sets the offset type, which determines how offsets and distance to label behaves.
Support depends on which placement mode is used for generating label candidates.
Definition at line 307 of file qgslabelfeature.h.
| void QgsLabelFeature::setOriginalFeatureCrs | ( | const QgsCoordinateReferenceSystem & | crs | ) |
Sets the original layer crs of the feature associated with the label.
Definition at line 135 of file qgslabelfeature.cpp.
|
inline |
Sets the extreme outer bounds of the label feature, including any surrounding content like borders or background shapes.
Definition at line 139 of file qgslabelfeature.h.
|
inline |
Sets the technique to use for handling overlapping labels for the feature.
Definition at line 695 of file qgslabelfeature.h.
| void QgsLabelFeature::setOverrunDistance | ( | double | distance | ) |
Sets the permissible distance (in map units) which labels are allowed to overrun the start or end of linear features.
Definition at line 88 of file qgslabelfeature.cpp.
| void QgsLabelFeature::setOverrunSmoothDistance | ( | double | distance | ) |
Sets the distance (in map units) with which the ends of linear features are averaged over when calculating the direction at which to overrun labels.
Definition at line 98 of file qgslabelfeature.cpp.
| void QgsLabelFeature::setPermissibleZone | ( | const QgsGeometry & | geometry | ) |
Sets the label's permissible zone geometry.
If set, the feature's label MUST be fully contained within this zone, and the feature will not be labeled if no candidates can be generated which are not contained within the zone.
| geometry | permissible zone geometry. If an invalid QgsGeometry is passed then no zone limit will be applied to the label candidates (this is the default behavior). |
Definition at line 38 of file qgslabelfeature.cpp.
|
inline |
Sets the polygon placement flags, which dictate how polygon labels can be placed.
Definition at line 417 of file qgslabelfeature.h.
|
inline |
Applies only to "offset from point" placement strategy.
Set what offset (in map units) to use from the point
Definition at line 291 of file qgslabelfeature.h.
|
inline |
Sets the priority ordered list of predefined positions for label candidates.
This property is only used for OrderedPositionsAroundPoint placements.
Definition at line 371 of file qgslabelfeature.h.
|
inline |
Sets the label prioritization technique.
Definition at line 723 of file qgslabelfeature.h.
|
inline |
Sets the priority for labeling the feature.
| priority | feature's priority, as a value between 0 (highest priority) and 1 (lowest priority). Set to -1.0 to use the layer's default priority for this feature. |
Definition at line 191 of file qgslabelfeature.h.
|
inline |
Set which side of the point to use.
Definition at line 279 of file qgslabelfeature.h.
|
inline |
Applies only to linestring features - set after what distance (in map units) the labels should be repeated (0 = no repetitions).
Definition at line 383 of file qgslabelfeature.h.
|
inline |
Sets an alternate label size to be used when a label rotation angle is between 45 to 135 and 235 to 313 degrees and the text rotation mode is set to rotation-based.
Definition at line 615 of file qgslabelfeature.h.
|
inline |
Sets the feature symbol associated with this label.
Ownership of symbol is not transferred to the label feature, .
Definition at line 468 of file qgslabelfeature.h.
|
inline |
Sets the size of the rendered symbol associated with this feature.
This size is taken into account in certain label placement modes to avoid placing labels over the rendered symbol for this feature.
Definition at line 165 of file qgslabelfeature.h.
|
inline |
Sets the thinning settings for this label.
Definition at line 645 of file qgslabelfeature.h.
|
inline |
Sets the visual margin for the label feature.
The visual margin represents a margin within the label which should not be considered when calculating the positions of candidates for the label feature. It is used in certain label placement modes to adjust the position of candidates so that they all appear to be at visually equal distances from a point feature. For instance, this can be used to place labels which sit above a point so that their baseline rather then the descender of the label is at a preset distance from the point.
| margin | visual margins for label |
Definition at line 151 of file qgslabelfeature.h.
|
inline |
Sets the whitespace collision handling.
Definition at line 753 of file qgslabelfeature.h.
|
inline |
Sets the label's z-index.
Higher z-index labels are rendered on top of lower z-index labels.
| zIndex | z-index for label |
Definition at line 206 of file qgslabelfeature.h.
| QSizeF QgsLabelFeature::size | ( | double | angle = 0.0 | ) | const |
Size of the label (in map units).
An optional angle (in radians) can be specified to return the size taking into account the rotation.
Definition at line 64 of file qgslabelfeature.cpp.
|
inline |
Sub part identifier (for features which register multiple labels).
Definition at line 85 of file qgslabelfeature.h.
|
inline |
Returns the feature symbol associated with this label.
Definition at line 459 of file qgslabelfeature.h.
|
inline |
Returns the size of the rendered symbol associated with this feature, if applicable.
This size is taken into account in certain label placement modes to avoid placing labels over the rendered symbol for this feature. The size will only be set for labels associated with a point feature.
Definition at line 174 of file qgslabelfeature.h.
|
inline |
Returns the thinning settings for this label.
Definition at line 638 of file qgslabelfeature.h.
|
inline |
Returns the visual margin for the label feature.
Definition at line 157 of file qgslabelfeature.h.
|
inline |
Returns the whitespace collision handling.
Definition at line 744 of file qgslabelfeature.h.
|
inline |
Returns the label's z-index.
Higher z-index labels are rendered on top of lower z-index labels.
Definition at line 198 of file qgslabelfeature.h.
|
protected |
whether to always show label - even in case of collisions
Definition at line 808 of file qgslabelfeature.h.
|
protected |
Definition at line 817 of file qgslabelfeature.h.
|
protected |
distance of label from the feature (only for "around point" placement or linestrings)
Definition at line 796 of file qgslabelfeature.h.
|
protected |
fixed rotation for the label (instead of automatic choice)
Definition at line 788 of file qgslabelfeature.h.
|
protected |
fixed position for the label (instead of automatic placement)
Definition at line 784 of file qgslabelfeature.h.
|
protected |
Geometry of the feature to be labelled.
Definition at line 764 of file qgslabelfeature.h.
|
protected |
whether mFixedAngle should be respected
Definition at line 786 of file qgslabelfeature.h.
|
protected |
whether mFixedPosition should be respected
Definition at line 782 of file qgslabelfeature.h.
|
protected |
whether mQuadOffset should be respected (only for "around point" placement)
Definition at line 790 of file qgslabelfeature.h.
|
protected |
Associated ID unique within the parent label provider.
Definition at line 760 of file qgslabelfeature.h.
|
protected |
text of the label
Definition at line 810 of file qgslabelfeature.h.
|
protected |
Pointer to PAL layer (assigned when registered to PAL).
Definition at line 757 of file qgslabelfeature.h.
|
protected |
Maximum distance of label from the feature.
Definition at line 799 of file qgslabelfeature.h.
|
protected |
Offset type for certain placement modes.
Definition at line 802 of file qgslabelfeature.h.
|
protected |
Extreme outer bounds of the label feature, including any surrounding content like borders or background shapes.
Definition at line 772 of file qgslabelfeature.h.
|
protected |
Distance to allow label to overrun linear features.
Definition at line 813 of file qgslabelfeature.h.
|
protected |
Distance to smooth angle of line start and end when calculating overruns.
Definition at line 815 of file qgslabelfeature.h.
|
protected |
Optional geometry to use for label's permissible zone.
Definition at line 766 of file qgslabelfeature.h.
|
protected |
Definition at line 818 of file qgslabelfeature.h.
|
protected |
offset of label from the feature (only for "offset from point" placement)
Definition at line 794 of file qgslabelfeature.h.
|
protected |
Ordered list of predefined positions for label (only for OrderedPositionsAroundPoint placement).
Definition at line 804 of file qgslabelfeature.h.
|
protected |
Priority of the label.
Definition at line 778 of file qgslabelfeature.h.
|
protected |
whether the side of the label is fixed (only for "around point" placement)
Definition at line 792 of file qgslabelfeature.h.
|
protected |
distance after which label should be repeated (only for linestrings)
Definition at line 806 of file qgslabelfeature.h.
|
protected |
Width and height of the label when rotated between 45 to 135 and 235 to 315 degrees;.
Definition at line 770 of file qgslabelfeature.h.
|
protected |
Width and height of the label.
Definition at line 768 of file qgslabelfeature.h.
|
protected |
Associated sub part ID, for features which register multiple different labels.
Definition at line 762 of file qgslabelfeature.h.
|
protected |
Size of associated rendered symbol, if applicable.
Definition at line 776 of file qgslabelfeature.h.
|
protected |
Visual margin of label contents.
Definition at line 774 of file qgslabelfeature.h.
|
protected |
Z-index of label (higher z-index labels are rendered on top of lower z-index labels).
Definition at line 780 of file qgslabelfeature.h.