QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Annotation item edit operation consisting of deleting a node. More...
#include <qgsannotationitemeditoperation.h>
Public Member Functions | |
QgsAnnotationItemEditOperationDeleteNode (const QString &itemId, QgsVertexId nodeId, const QgsPoint &before) | |
Constructor for QgsAnnotationItemEditOperationDeleteNode, where the node with the specified id and previous position before is deleted. More... | |
QgsPoint | before () const |
Returns the node position before the delete occurred (in layer coordinates). More... | |
QgsVertexId | nodeId () const |
Returns the deleted node ID. 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... | |
Additional Inherited Members | |
Public Types inherited from QgsAbstractAnnotationItemEditOperation | |
enum | Type : int { Type::MoveNode, Type::DeleteNode, Type::AddNode, Type::TranslateItem } |
Operation type. More... | |
Protected Attributes inherited from QgsAbstractAnnotationItemEditOperation | |
QString | mItemId |
Annotation item edit operation consisting of deleting a node.
Definition at line 120 of file qgsannotationitemeditoperation.h.
QgsAnnotationItemEditOperationDeleteNode::QgsAnnotationItemEditOperationDeleteNode | ( | const QString & | itemId, |
QgsVertexId | nodeId, | ||
const QgsPoint & | before | ||
) |
Constructor for QgsAnnotationItemEditOperationDeleteNode, where the node with the specified id and previous position before is deleted.
Definition at line 53 of file qgsannotationitemeditoperation.cpp.
|
inline |
Returns the node position before the delete occurred (in layer coordinates).
Definition at line 140 of file qgsannotationitemeditoperation.h.
|
inline |
Returns the deleted node ID.
Definition at line 135 of file qgsannotationitemeditoperation.h.
|
overridevirtual |
Returns the operation type.
Implements QgsAbstractAnnotationItemEditOperation.
Definition at line 61 of file qgsannotationitemeditoperation.cpp.