mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-27 00:03:38 -04:00
Fix typo (coordiantes)
This commit is contained in:
parent
62c8998f85
commit
1fc81d6f98
@ -15,7 +15,7 @@ class QgsMapMouseEvent : QMouseEvent
|
|||||||
%Docstring
|
%Docstring
|
||||||
A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas.
|
A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas.
|
||||||
It is sent whenever the user moves, clicks, releases or double clicks the mouse.
|
It is sent whenever the user moves, clicks, releases or double clicks the mouse.
|
||||||
In addition to the coordiantes in pixel space it also knows the coordinates in the mapcanvas' CRS
|
In addition to the coordinates in pixel space it also knows the coordinates in the mapcanvas' CRS
|
||||||
as well as it knows the concept of snapping.
|
as well as it knows the concept of snapping.
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -1752,6 +1752,7 @@ convinient:convenient
|
|||||||
conviniently:conveniently
|
conviniently:conveniently
|
||||||
coodinate:coordinate
|
coodinate:coordinate
|
||||||
coodinates:coordinates
|
coodinates:coordinates
|
||||||
|
coordiante:coordinate
|
||||||
coordiantion:coordination
|
coordiantion:coordination
|
||||||
coorperation:corporation
|
coorperation:corporation
|
||||||
coorperations:corporations
|
coorperations:corporations
|
||||||
|
@ -28,7 +28,7 @@ class QgsMapToolAdvancedDigitizing;
|
|||||||
/** \ingroup gui
|
/** \ingroup gui
|
||||||
* A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas.
|
* A QgsMapMouseEvent is the result of a user interaction with the mouse on a QgsMapCanvas.
|
||||||
* It is sent whenever the user moves, clicks, releases or double clicks the mouse.
|
* It is sent whenever the user moves, clicks, releases or double clicks the mouse.
|
||||||
* In addition to the coordiantes in pixel space it also knows the coordinates in the mapcanvas' CRS
|
* In addition to the coordinates in pixel space it also knows the coordinates in the mapcanvas' CRS
|
||||||
* as well as it knows the concept of snapping.
|
* as well as it knows the concept of snapping.
|
||||||
*/
|
*/
|
||||||
class GUI_EXPORT QgsMapMouseEvent : public QMouseEvent
|
class GUI_EXPORT QgsMapMouseEvent : public QMouseEvent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user