16#ifndef QGSMAPTOOLEDIT_H 
   17#define QGSMAPTOOLEDIT_H 
   45    static double defaultZValue();
 
   53    static double defaultMValue();
 
   66    void connectLayers( const QList<
QgsMapLayer *> &layers );
 
   77    static QColor digitizingStrokeColor();
 
   79    static 
int digitizingStrokeWidth();
 
   81    static QColor digitizingFillColor();
 
  108    Q_DECL_DEPRECATED TopologicalResult addTopologicalPoints( 
const QVector<QgsPointXY> &vertices )  
SIP_DEPRECATED;
 
  115    TopologicalResult addTopologicalPoints( 
const QVector<QgsPoint> &vertices );
 
  118    void notifyNotVectorLayer();
 
  120    void notifyNotEditableLayer();
 
  124    QList<QgsVectorLayer *> editableVectorLayers();
 
The Qgis class provides global constants for use throughout the application.
 
GeometryType
The geometry types are used to group Qgis::WkbType in a coarse way.
 
A rubberband class for QgsAbstractGeometry (considering curved geometries).
 
Map canvas is a class for displaying all GIS data types on a canvas.
 
Base class for all map layer types.
 
A class for drawing transient features (e.g.
 
Represents a vector layer which manages a vector based data sets.