Contains information about a node used for editing an annotation item.  
 More...
#include <qgsannotationitemnode.h>
Contains information about a node used for editing an annotation item. 
- Since
 - QGIS 3.22 
 
Definition at line 31 of file qgsannotationitemnode.h.
 
◆ QgsAnnotationItemNode() [1/2]
  
  
      
        
          | QgsAnnotationItemNode::QgsAnnotationItemNode  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ QgsAnnotationItemNode() [2/2]
◆ cursor()
  
  
      
        
          | Qt::CursorShape QgsAnnotationItemNode::cursor  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ id()
Returns the ID number of the node, used for uniquely identifying the node in the item. 
Definition at line 61 of file qgsannotationitemnode.h.
 
 
◆ operator!=()
◆ operator==()
◆ point()
Returns the node's position, in geographic coordinates. 
The coordinates will match the annotation item's CRS.
- See also
 - setPoint() 
 
Definition at line 70 of file qgsannotationitemnode.h.
 
 
◆ setCursor()
  
  
      
        
          | void QgsAnnotationItemNode::setCursor  | 
          ( | 
          Qt::CursorShape  | 
          shape | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setPoint()
  
  
      
        
          | void QgsAnnotationItemNode::setPoint  | 
          ( | 
          QgsPointXY  | 
          point | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Sets the node's position, in geographic coordinates. 
The coordinates will match the annotation item's CRS.
- See also
 - point() 
 
Definition at line 79 of file qgsannotationitemnode.h.
 
 
◆ setType()
◆ type()
The documentation for this class was generated from the following file: