Skip to content

Commit

Permalink
Doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 10, 2022
1 parent 71c513a commit 669fa47
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
Expand Up @@ -205,7 +205,7 @@ a map tool capture like add feature.
Sets the expression context variables which are available for expressions triggered by moving the mouse over a feature
of the currently selected layer.

:param position: map coordinates of the currente pointer position in the CRS of the layer which triggered the action.
:param position: map coordinates of the current pointer position in the CRS of the layer which triggered the action.

.. versionadded:: 3.30
%End
Expand Down
10 changes: 7 additions & 3 deletions python/core/auto_generated/qgsmaplayer.sip.in
Expand Up @@ -1518,7 +1518,7 @@ It may also contain embedded expressions.

this method was only available for vector layers since QGIS 3.0

.. versionadded:: 3.0
.. versionadded:: 3.30
%End

void setMapTipTemplate( const QString &mapTipTemplate );
Expand Down Expand Up @@ -1877,9 +1877,13 @@ Emitted when modifications has been done on layer

void mapTipTemplateChanged();
%Docstring
Emitted when the map tip changes
Emitted when the map tip template changes

.. versionadded:: 3.0
.. note::

this method was only available for vector layers since QGIS 3.0

.. versionadded:: 3.30
%End

protected:
Expand Down
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressioncontextutils.h
Expand Up @@ -191,7 +191,7 @@ class CORE_EXPORT QgsExpressionContextUtils
/**
* Sets the expression context variables which are available for expressions triggered by moving the mouse over a feature
* of the currently selected layer.
* \param position map coordinates of the currente pointer position in the CRS of the layer which triggered the action.
* \param position map coordinates of the current pointer position in the CRS of the layer which triggered the action.
*
* \since QGIS 3.30
*/
Expand Down
7 changes: 4 additions & 3 deletions src/core/qgsmaplayer.h
Expand Up @@ -1530,7 +1530,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
* It may also contain embedded expressions.
*
* \note this method was only available for vector layers since QGIS 3.0
* \since QGIS 3.0
* \since QGIS 3.30
*/
QString mapTipTemplate() const;

Expand Down Expand Up @@ -1830,9 +1830,10 @@ class CORE_EXPORT QgsMapLayer : public QObject
void layerModified();

/**
* Emitted when the map tip changes
* Emitted when the map tip template changes
*
* \since QGIS 3.0
* \note this method was only available for vector layers since QGIS 3.0
* \since QGIS 3.30
*/
void mapTipTemplateChanged();

Expand Down

0 comments on commit 669fa47

Please sign in to comment.