QGIS API Documentation  3.6.0-Noosa (5873452)
qgsadvanceddigitizingcanvasitem.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgsadvanceddigitizingcanvasitem.h - map canvas item for CAD tools
3  ----------------------
4  begin : October 2014
5  copyright : (C) Denis Rouzaud
6  email : [email protected]
7  ***************************************************************************
8  * *
9  * This program is free software; you can redistribute it and/or modify *
10  * it under the terms of the GNU General Public License as published by *
11  * the Free Software Foundation; either version 2 of the License, or *
12  * (at your option) any later version. *
13  * *
14  ***************************************************************************/
15 
16 #ifndef QGSADVANCEDDIGITIZINGCANVASITEM_H
17 #define QGSADVANCEDDIGITIZINGCANVASITEM_H
18 
19 #include <QPen>
20 
21 #include "qgsmapcanvasitem.h"
22 #include "qgis_gui.h"
23 #include "qgssnapindicator.h"
24 
26 
32 {
33  public:
35 
36  void paint( QPainter *painter ) override;
37 
38  protected:
39  QPen mLockedPen;
42  QPen mSnapPen;
44  QPen mCursorPen;
46  std::unique_ptr<QgsSnapIndicator> mSnapIndicator;
47 
48  private:
49  QgsAdvancedDigitizingDockWidget *mAdvancedDigitizingDockWidget = nullptr;
50 };
51 
52 #endif // QGSADVANCEDDIGITIZINGCANVASITEM_H
An abstract class for items that can be placed on the map canvas.
Map canvas is a class for displaying all GIS data types on a canvas.
Definition: qgsmapcanvas.h:73
virtual void paint(QPainter *painter)=0
function to be implemented by derived classes
std::unique_ptr< QgsSnapIndicator > mSnapIndicator
Snapping indicators.
The QgsAdvancedDigitizingDockWidget class is a dockable widget used to handle the CAD tools on top of...
The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (...