| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Annotation item edit operation consisting of translating (moving) an item. More...
#include <qgsannotationitemeditoperation.h>

| Public Member Functions | |
| QgsAnnotationItemEditOperationTranslateItem (const QString &itemId, double translateX, double translateY) | |
| Constructor for QgsAnnotationItemEditOperationTranslateItem, where the node with the specified id and translation (in map units)  More... | |
| QgsVertexId | nodeId () const | 
| Returns the deleted node ID.  More... | |
| double | translationX () const | 
| Returns the x-axis translation, in layer units.  More... | |
| double | translationY () const | 
| Returns the y-axis translation, in layer units.  More... | |
| Type | type () const override | 
| Returns the operation type.  More... | |
|  Public Member Functions inherited from QgsAbstractAnnotationItemEditOperation | |
| QgsAbstractAnnotationItemEditOperation (const QString &itemId) | |
| Constructor for QgsAbstractAnnotationItemEditOperation, for the specified item id.  More... | |
| virtual | ~QgsAbstractAnnotationItemEditOperation () | 
| QString | itemId () const | 
| Returns the associated item ID.  More... | |
| virtual Type | type () const =0 | 
| Returns the operation type.  More... | |
| Additional Inherited Members | |
|  Public Types inherited from QgsAbstractAnnotationItemEditOperation | |
| enum class | Type : int { MoveNode , DeleteNode , AddNode , TranslateItem } | 
| Operation type.  More... | |
|  Protected Attributes inherited from QgsAbstractAnnotationItemEditOperation | |
| QString | mItemId | 
Annotation item edit operation consisting of translating (moving) an item.
Definition at line 182 of file qgsannotationitemeditoperation.h.
| QgsAnnotationItemEditOperationTranslateItem::QgsAnnotationItemEditOperationTranslateItem | ( | const QString & | itemId, | 
| double | translateX, | ||
| double | translateY | ||
| ) | 
Constructor for QgsAnnotationItemEditOperationTranslateItem, where the node with the specified id and translation (in map units)
Definition at line 70 of file qgsannotationitemeditoperation.cpp.
| 
 | inline | 
Returns the deleted node ID.
Definition at line 197 of file qgsannotationitemeditoperation.h.
| 
 | inline | 
Returns the x-axis translation, in layer units.
Definition at line 204 of file qgsannotationitemeditoperation.h.
| 
 | inline | 
Returns the y-axis translation, in layer units.
Definition at line 211 of file qgsannotationitemeditoperation.h.
| 
 | overridevirtual | 
Returns the operation type.
Implements QgsAbstractAnnotationItemEditOperation.
Definition at line 78 of file qgsannotationitemeditoperation.cpp.