Remove reference to renamed QgsAdvancedDigitizingDock in API doc

This commit is contained in:
ThomasG77 2016-06-06 22:42:05 +02:00 committed by Matthias Kuhn
parent 773d6132dd
commit e4a1b3f8ad
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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.

View File

@ -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
{

View File

@ -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.