mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix documentation
This commit is contained in:
parent
5ee4b565fd
commit
884ccc8695
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user