mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
Remove reference to renamed QgsAdvancedDigitizingDock in API doc
This commit is contained in:
parent
773d6132dd
commit
e4a1b3f8ad
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @brief The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (@see QgsAdvancedDigitizingDock) on the map canvas.
|
||||
* @brief The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (@see QgsAdvancedDigitizingDockWidget) on the map canvas.
|
||||
*/
|
||||
|
||||
class QgsAdvancedDigitizingCanvasItem : QgsMapCanvasItem
|
||||
|
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
qgsadvanceddigitizingdock.h - dock for CAD tools
|
||||
qgsadvanceddigitizingdockwidget.h - dock for CAD tools
|
||||
----------------------
|
||||
begin : October 2014
|
||||
copyright : (C) Denis Rouzaud
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* @brief The QgsAdvancedDigitizingDock class is a dockable widget
|
||||
* @brief The QgsAdvancedDigitizingDockWidget class is a dockable widget
|
||||
* used to handle the CAD tools on top of a selection of map tools.
|
||||
* It handles both the UI and the constraints. Constraints are applied
|
||||
* by implemeting filters called from QgsMapToolAdvancedDigitizing.
|
||||
|
@ -23,7 +23,7 @@
|
||||
class QgsAdvancedDigitizingDockWidget;
|
||||
|
||||
/**
|
||||
* @brief The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (@see QgsAdvancedDigitizingDock) on the map canvas.
|
||||
* @brief The QgsAdvancedDigitizingCanvasItem class draws the graphical elements of the CAD tools (@see QgsAdvancedDigitizingDockWidget) on the map canvas.
|
||||
*/
|
||||
class GUI_EXPORT QgsAdvancedDigitizingCanvasItem : public QgsMapCanvasItem
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
qgsadvanceddigitizingdock.h - dock for CAD tools
|
||||
qgsadvanceddigitizingdockwidget.h - dock for CAD tools
|
||||
----------------------
|
||||
begin : October 2014
|
||||
copyright : (C) Denis Rouzaud
|
||||
@ -36,7 +36,7 @@ static const double SoftConstraintTolerancePixel = 15;
|
||||
static const double SoftConstraintToleranceDegrees = 10;
|
||||
|
||||
/**
|
||||
* @brief The QgsAdvancedDigitizingDock class is a dockable widget
|
||||
* @brief The QgsAdvancedDigitizingDockWidget class is a dockable widget
|
||||
* used to handle the CAD tools on top of a selection of map tools.
|
||||
* It handles both the UI and the constraints. Constraints are applied
|
||||
* by implemeting filters called from QgsMapToolAdvancedDigitizing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user