16#ifndef QGSADVANCEDDIGITIZINGCANVASITEM_H 
   17#define QGSADVANCEDDIGITIZINGCANVASITEM_H 
   43      sipType = sipType_QgsAdvancedDigitizingCanvasItem;
 
   52    void paint( QPainter *painter ) 
override;
 
   57    QPen mConstruction1Pen;
 
   58    QPen mConstruction2Pen;
 
   62    QPen mConstructionGuidesPen;
 
 
Draws the graphical elements of the CAD tools (.
 
An abstract class for items that can be placed on the map canvas.
 
virtual void paint(QPainter *painter)=0
function to be implemented by derived classes
 
virtual void updatePosition()
called on changed extent or resize event to update position of the item
 
Map canvas is a class for displaying all GIS data types on a canvas.
 
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)