QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Encapsulates the transient results of an in-progress annotation edit operation. More...
#include <qgsannotationitemeditoperation.h>
Public Member Functions | |
QgsAnnotationItemEditOperationTransientResults (const QgsGeometry &representativeGeometry) | |
Constructor for QgsAnnotationItemEditOperationTransientResults. | |
QgsGeometry | representativeGeometry () const |
Returns the geometry (in layer CRS) which represents the shape of the item if the operation were to be applied. | |
Encapsulates the transient results of an in-progress annotation edit operation.
Definition at line 315 of file qgsannotationitemeditoperation.h.
|
inline |
Constructor for QgsAnnotationItemEditOperationTransientResults.
The representativeGeometry parameter specifies a geometry (in layer CRS) which represents the shape of the item if the operation were to be applied. It is used for creating a graphical representation of the operation during interactive edits.
Definition at line 326 of file qgsannotationitemeditoperation.h.
|
inline |
Returns the geometry (in layer CRS) which represents the shape of the item if the operation were to be applied.
This is used for creating a graphical representation of the operation during interactive edits.
Definition at line 335 of file qgsannotationitemeditoperation.h.