17 #ifndef QGSMAPTOOLADVANCEDDIGITIZE_H 
   18 #define QGSMAPTOOLADVANCEDDIGITIZE_H 
  153     bool snapToLayerGridEnabled() 
const;
 
  161     void setSnapToLayerGridEnabled( 
bool snapToLayerGridEnabled );
 
  173     void cadPointChanged( 
const QgsPointXY &point );
 
  175     void onCurrentLayerChanged();
 
  180     bool mAdvancedDigitizingAllowed = 
true;
 
  182     bool mAutoSnapEnabled = 
true;
 
  184     bool mSnapToLayerGridEnabled = 
true;
 
Map canvas is a class for displaying all GIS data types on a canvas.
A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas.
A class to represent a 2D point.
Shows a grid on the map canvas given a spatial resolution.