File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ class QgsMapToolAddCircle: public QgsMapToolCapture
43
43
protected:
44
44
explicit QgsMapToolAddCircle ( QgsMapCanvas *canvas ) = delete; // forbidden
45
45
46
- /* * The parent map tool, e.g. the add feature tool.
46
+ /* *
47
+ * The parent map tool, e.g. the add feature tool.
47
48
* Completed circle will be added to this tool by calling its addCurve() method.
48
- * */
49
+ **/
49
50
QgsMapToolCapture *mParentTool = nullptr ;
50
51
// ! Circle points (in map coordinates)
51
52
QgsPointSequence mPoints ;
Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ class QgsMapToolAddEllipse: public QgsMapToolCapture
38
38
protected:
39
39
explicit QgsMapToolAddEllipse ( QgsMapCanvas *canvas ) = delete; // forbidden
40
40
41
- /* * The parent map tool, e.g. the add feature tool.
41
+ /* *
42
+ * The parent map tool, e.g. the add feature tool.
42
43
* Completed ellipse will be added to this tool by calling its toLineString() method.
43
- * */
44
+ **/
44
45
QgsMapToolCapture *mParentTool = nullptr ;
45
46
// ! Ellipse points (in map coordinates)
46
47
QgsPointSequence mPoints ;
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ class QgsMapToolAddRectangle: public QgsMapToolCapture
40
40
protected:
41
41
explicit QgsMapToolAddRectangle ( QgsMapCanvas *canvas ) = delete; // forbidden
42
42
43
- /* * The parent map tool, e.g. the add feature tool.
43
+ /* *
44
+ * The parent map tool, e.g. the add feature tool.
44
45
* Completed regular shape will be added to this tool by calling its addCurve() method.
45
- * */
46
+ **/
46
47
QgsMapToolCapture *mParentTool = nullptr ;
47
48
// ! Regular Shape points (in map coordinates)
48
49
QgsPointSequence mPoints ;
Original file line number Diff line number Diff line change @@ -48,9 +48,10 @@ class QgsMapToolAddRegularPolygon: public QgsMapToolCapture
48
48
// ! delete the spin box to enter the number of sides, if it exists
49
49
void deleteNumberSidesSpinBox ();
50
50
51
- /* * The parent map tool, e.g. the add feature tool.
51
+ /* *
52
+ * The parent map tool, e.g. the add feature tool.
52
53
* Completed regular polygon will be added to this tool by calling its addCurve() method.
53
- * */
54
+ **/
54
55
QgsMapToolCapture *mParentTool = nullptr ;
55
56
// ! Regular Shape points (in map coordinates)
56
57
QgsPointSequence mPoints ;
You can’t perform that action at this time.
0 commit comments