QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
15 #ifndef QGSLABELFEATURE_H
16 #define QGSLABELFEATURE_H
20 #include "qgis_core.h"
69 GEOSGeometry *
geometry()
const {
return mGeometry.get(); }
80 void setPermissibleZone(
const QgsGeometry &geometry );
101 QSizeF size(
double angle = 0.0 )
const;
161 double zIndex()
const {
return mZIndex; }
196 void setAnchorPosition(
const QgsPointXY &anchorPosition );
289 void setPredefinedPositionOrder(
const QVector< QgsPalLayerSettings::PredefinedPointPosition > &order ) { mPredefinedPositionOrder = order; }
401 double overrunDistance()
const;
411 void setOverrunDistance(
double distance );
421 double overrunSmoothDistance()
const;
431 void setOverrunSmoothDistance(
double distance );
489 double mPriority = -1;
493 bool mHasFixedPosition =
false;
497 bool mHasFixedAngle =
false;
499 double mFixedAngle = 0;
501 bool mHasFixedQuadrant =
false;
507 double mDistLabel = 0;
513 double mRepeatDistance = 0;
515 bool mAlwaysShow =
false;
522 double mOverrunDistance = 0;
524 double mOverrunSmoothDistance = 0;
526 QgsLabeling::LinePlacementFlags mArrangementFlags =
nullptr;
527 QgsLabeling::PolygonPlacementFlags mPolygonPlacementFlags = QgsLabeling::PolygonPlacementFlag::AllowPlacementInsideOfPolygon;
541 bool mLabelAllParts =
false;
548 #endif // QGSLABELFEATURE_H
QgsFeatureId id() const
Identifier of the label (unique within the parent label provider)
QgsPointXY positionOffset() const
Applies only to "offset from point" placement strategy.
QgsPalLayerSettings::OffsetType offsetType() const
Returns the offset type, which determines how offsets and distance to label behaves.
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 3...
void setPredefinedPositionOrder(const QVector< QgsPalLayerSettings::PredefinedPointPosition > &order)
Sets the priority ordered list of predefined positions for label candidates.
double priority() const
Returns the feature's labeling priority.
double fixedAngle() const
Angle in degrees of the fixed angle (relevant only if hasFixedAngle() returns true)
void setDistLabel(double dist)
Applies to "around point" placement strategy or linestring features.
void setPriority(double priority)
Sets the priority for labeling the feature.
Optional additional info about label (for curved labels)
void setPositionOffset(const QgsPointXY &offset)
Applies only to "offset from point" placement strategy.
const QSizeF & symbolSize() const
Returns the size of the rendered symbol associated with this feature, if applicable.
@ FromPoint
Offset distance applies from point geometry.
QgsFeatureId mId
Associated ID unique within the parent label provider.
const QgsMargins & visualMargin() const
Returns the visual margin for the label feature.
OffsetType
Behavior modifier for label offset and distance, only applies in some label placement modes.
const GEOSPreparedGeometry * permissibleZonePrepared() const
Returns a GEOS prepared geometry representing the label's permissibleZone().
QgsLabeling::LinePlacementFlags arrangementFlags() const
Returns the feature's arrangement flags.
QPointF mQuadOffset
whether the side of the label is fixed (only for "around point" placement)
double repeatDistance() const
Applies only to linestring features - after what distance (in map units) the labels should be repeate...
bool hasFixedQuadrant() const
Returns whether the quadrant for the label is fixed.
std::unique_ptr< GEOSGeometry, GeosDeleter > unique_ptr
Scoped GEOS pointer.
void setSymbolSize(QSizeF size)
Sets the size of the rendered symbol associated with this feature.
QgsGeometry mPermissibleZone
Optional geometry to use for label's permissible zone.
bool hasFixedPosition() const
Whether the label should use a fixed position instead of being automatically placed.
The QgsAbstractLabelProvider class is an interface class. Implementations return list of labels and t...
QSizeF mSize
Width and height of the label.
bool labelAllParts() const
Returns true if all parts of the feature should be labeled.
bool hasFixedAngle() const
Whether the label should use a fixed angle instead of using angle from automatic placement.
const QgsSymbol * symbol()
Returns the feature symbol associated with this label.
QString mLabelText
text of the label
void setZIndex(double zIndex)
Sets the label's z-index.
void setHasFixedAngle(bool enabled)
Sets whether the label should use a fixed angle instead of using angle from automatic placement.
void setRepeatDistance(double dist)
Applies only to linestring features - set after what distance (in map units) the labels should be rep...
void setHasFixedQuadrant(bool enabled)
Sets whether the quadrant for the label must be respected.
The QgsMargins class defines the four margins of a rectangle.
void setFixedPosition(const QgsPointXY &point)
Sets coordinates of the fixed position (relevant only if hasFixedPosition() returns true)
QgsLabeling::PolygonPlacementFlags polygonPlacementFlags() const
Returns the polygon placement flags, which dictate how polygon labels can be placed.
void setLabelText(const QString &text)
Sets text of the label.
void setHasFixedPosition(bool enabled)
Sets whether the label should use a fixed position instead of being automatically placed.
void setLabelAllParts(bool labelAllParts)
Sets whether all parts of the feature should be labeled.
pal::Layer * layer() const
Gets PAL layer of the label feature. Should be only used internally in PAL.
bool alwaysShow() const
Whether label should be always shown (sets very high label priority)
double zIndex() const
Returns the label's z-index.
void setSymbol(const QgsSymbol *symbol)
Sets the feature symbol associated with this label.
void setQuadOffset(QPointF quadOffset)
Set which side of the point to use.
GEOSGeometry * geometry() const
Gets access to the associated geometry.
QPointF quadOffset() const
Applies to "offset from point" placement strategy and "around point" (in case hasFixedQuadrant() retu...
QSizeF mSymbolSize
Size of associated rendered symbol, if applicable.
void setCurvedLabelInfo(pal::LabelInfo *info)
takes ownership of the instance
void setPolygonPlacementFlags(QgsLabeling::PolygonPlacementFlags flags)
Sets the polygon placement flags, which dictate how polygon labels can be placed.
double distLabel() const
Applies to "around point" placement strategy or linestring features.
QVector< QgsPalLayerSettings::PredefinedPointPosition > mPredefinedPositionOrder
Ordered list of predefined positions for label (only for OrderedPositionsAroundPoint placement)
void setLayer(pal::Layer *layer)
Assign PAL layer to the label feature. Should be only used internally in PAL.
QgsPointXY mFixedPosition
fixed position for the label (instead of automatic placement)
void setFixedAngle(double angle)
Sets angle in degrees of the fixed angle (relevant only if hasFixedAngle() returns true)
QgsPointXY fixedPosition() const
Coordinates of the fixed position (relevant only if hasFixedPosition() returns true)
A set of features which influence the labeling process.
std::unique_ptr< const GEOSPreparedGeometry, GeosDeleter > prepared_unique_ptr
Scoped GEOS prepared geometry pointer.
void setOffsetType(QgsPalLayerSettings::OffsetType type)
Sets the offset type, which determines how offsets and distance to label behaves.
void setVisualMargin(const QgsMargins &margin)
Sets the visual margin for the label feature.
The QgsLabelFeature class describes a feature that should be used within the labeling engine....
void setArrangementFlags(QgsLabeling::LinePlacementFlags flags)
Sets the feature's arrangement flags.
QgsMargins mVisualMargin
Visual margin of label contents.
pal::LabelInfo * curvedLabelInfo() const
Gets additional info required for curved label placement. Returns nullptr if not set.
QgsPointXY mPositionOffset
offset of label from the feature (only for "offset from point" placement)
double ANALYSIS_EXPORT angle(QgsPoint *p1, QgsPoint *p2, QgsPoint *p3, QgsPoint *p4)
Calculates the angle between two segments (in 2 dimension, z-values are ignored)
QgsGeometry permissibleZone() const
Returns the label's permissible zone geometry.
QSizeF mRotatedSize
Width and height of the label when rotated between 45 to 135 and 235 to 315 degrees;.
QVector< QgsPalLayerSettings::PredefinedPointPosition > predefinedPositionOrder() const
Returns the priority ordered list of predefined positions for label candidates.
QString labelText() const
Text of the label.
geos::unique_ptr mGeometry
Geometry of the feature to be labelled.
void setAlwaysShow(bool enabled)
Sets whether label should be always shown (sets very high label priority)