Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
6 additions
and
6 deletions.
-
+4
−4
python/gui/qgsmapmouseevent.sip.in
-
+2
−2
src/gui/qgsmapmouseevent.h
|
@@ -79,14 +79,14 @@ Will only be useful after snapPoint has previously been called. |
|
|
%Docstring |
|
|
Returns the matching data from the most recently snapped point. |
|
|
|
|
|
:return: the snapping data structure |
|
|
|
|
|
.. versionadded:: 2.14 |
|
|
|
|
|
.. note:: |
|
|
|
|
|
This method returns the most recent snap match. It must |
|
|
follow a call to snapPoint() in order to have a recent snap result available. |
|
|
|
|
|
:return: the snapping data structure |
|
|
|
|
|
.. versionadded:: 2.14 |
|
|
%End |
|
|
|
|
|
void setMapPoint( const QgsPointXY &point ); |
|
|
|
@@ -89,10 +89,10 @@ class GUI_EXPORT QgsMapMouseEvent : public QMouseEvent |
|
|
|
|
|
/** |
|
|
* Returns the matching data from the most recently snapped point. |
|
|
* \note This method returns the most recent snap match. It must |
|
|
* follow a call to snapPoint() in order to have a recent snap result available. |
|
|
* \returns the snapping data structure |
|
|
* \since QGIS 2.14 |
|
|
* \note This method returns the most recent snap match. It must |
|
|
* follow a call to snapPoint() in order to have a recent snap result available. |
|
|
*/ |
|
|
QgsPointLocator::Match mapPointMatch() const { return mSnapMatch; } |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.