mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Apply paul's suggestions:wq
This commit is contained in:
parent
706079d97d
commit
a6d554d233
@ -25,14 +25,14 @@ Base class for map tools that edit vector geometry
|
||||
|
||||
double defaultZValue() const;
|
||||
%Docstring
|
||||
Returns default Z value
|
||||
Use for set Z coordinate to new vertex
|
||||
Returns default Z value.
|
||||
Used for setting Z coordinate to new vertex.
|
||||
%End
|
||||
|
||||
double defaultMValue() const;
|
||||
%Docstring
|
||||
Returns default M value
|
||||
Use for set M coordinate to new vertex
|
||||
Returns default M value.
|
||||
Used for setting M coordinate to new vertex.
|
||||
|
||||
.. versionadded:: 3.20
|
||||
%End
|
||||
|
@ -169,16 +169,16 @@ class CORE_EXPORT Qgis
|
||||
static const double SCALE_PRECISION;
|
||||
|
||||
/**
|
||||
* Default Z coordinate value
|
||||
* This value have to be assigned to the Z coordinate for the vertex.
|
||||
* \since QGIS 3.0
|
||||
* Default Z coordinate value.
|
||||
* This value have to be assigned to the Z coordinate for the vertex.
|
||||
* \since QGIS 3.0
|
||||
*/
|
||||
static const double DEFAULT_Z_COORDINATE;
|
||||
|
||||
/**
|
||||
* Default M coordinate value
|
||||
* This value have to be assigned to the M coordinate for the vertex.
|
||||
* \since QGIS 3.20
|
||||
* Default M coordinate value.
|
||||
* This value have to be assigned to the M coordinate for the vertex.
|
||||
* \since QGIS 3.20
|
||||
*/
|
||||
static const double DEFAULT_M_COORDINATE;
|
||||
|
||||
|
@ -39,14 +39,14 @@ class GUI_EXPORT QgsMapToolEdit: public QgsMapTool
|
||||
Flags flags() const override { return QgsMapTool::EditTool; }
|
||||
|
||||
/**
|
||||
* Returns default Z value
|
||||
* Use for set Z coordinate to new vertex
|
||||
* Returns default Z value.
|
||||
* Used for setting Z coordinate to new vertex.
|
||||
*/
|
||||
double defaultZValue() const;
|
||||
|
||||
/**
|
||||
* Returns default M value
|
||||
* Use for set M coordinate to new vertex
|
||||
* Returns default M value.
|
||||
* Used for setting M coordinate to new vertex.
|
||||
*
|
||||
* \since QGIS 3.20
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user