QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSADVANCEDDIGITIZINGCANVASITEM_H
17 #define QGSADVANCEDDIGITIZINGCANVASITEM_H
44 sipType = sipType_QgsAdvancedDigitizingCanvasItem;
53 void paint( QPainter *painter )
override;
58 QPen mConstruction1Pen;
59 QPen mConstruction2Pen;
66 #endif // QGSADVANCEDDIGITIZINGCANVASITEM_H
The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (.
Map canvas is a class for displaying all GIS data types on a canvas.
virtual void updatePosition()
called on changed extent or resize event to update position of the item
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)
virtual void paint(QPainter *painter)=0
function to be implemented by derived classes
An abstract class for items that can be placed on the map canvas.