QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains additional contextual information about the context in which a callout is being rendered. More...
#include <qgscallout.h>
Public Member Functions | |
void | addCalloutPosition (const QgsCalloutPosition &position) |
Adds a rendered callout position. More... | |
QgsCoordinateTransform | originalFeatureToMapTransform (const QgsRenderContext &renderContext) const |
Returns the coordinate transform to convert from the original layer associated with the callout to the destination map CRS. More... | |
QList< QgsCalloutPosition > | positions () const |
Returns the list of rendered callout positions. More... | |
Public Attributes | |
bool | allFeaturePartsLabeled = false |
true if all parts of associated feature were labeled More... | |
QgsCoordinateReferenceSystem | originalFeatureCrs |
Contains the CRS of the original feature associated with this callout. More... | |
Contains additional contextual information about the context in which a callout is being rendered.
Definition at line 244 of file qgscallout.h.
|
inline |
Adds a rendered callout position.
The position details such as the callout line origin and destination should be populated by the callout subclass during rendering operations.
Definition at line 275 of file qgscallout.h.
QgsCoordinateTransform QgsCallout::QgsCalloutContext::originalFeatureToMapTransform | ( | const QgsRenderContext & | renderContext | ) | const |
Returns the coordinate transform to convert from the original layer associated with the callout to the destination map CRS.
Definition at line 514 of file qgscallout.cpp.
|
inline |
Returns the list of rendered callout positions.
Definition at line 282 of file qgscallout.h.
bool QgsCallout::QgsCalloutContext::allFeaturePartsLabeled = false |
true
if all parts of associated feature were labeled
Definition at line 248 of file qgscallout.h.
QgsCoordinateReferenceSystem QgsCallout::QgsCalloutContext::originalFeatureCrs |
Contains the CRS of the original feature associated with this callout.
Definition at line 255 of file qgscallout.h.