mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
Fix more broken links
This commit is contained in:
parent
2cb8a33884
commit
bb995202fd
@ -259,8 +259,6 @@ Responsible for reading native mesh data
|
|||||||
|
|
||||||
The API is considered EXPERIMENTAL and can be changed without a notice
|
The API is considered EXPERIMENTAL and can be changed without a notice
|
||||||
|
|
||||||
.. seealso:: :py:class:`QgsMeshSource`
|
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ drawn. -1 represents that filtering is not active.
|
|||||||
%Docstring
|
%Docstring
|
||||||
Sets filter value for vector magnitudes.
|
Sets filter value for vector magnitudes.
|
||||||
|
|
||||||
.. seealso:: :py:func:`QgsMeshRendererVectorSettings.vectorFilterMin`
|
.. seealso:: :py:func:`filterMin`
|
||||||
%End
|
%End
|
||||||
|
|
||||||
double filterMax() const;
|
double filterMax() const;
|
||||||
@ -195,7 +195,7 @@ drawn. -1 represents that filtering is not active.
|
|||||||
%Docstring
|
%Docstring
|
||||||
Sets filter value for vector magnitudes.
|
Sets filter value for vector magnitudes.
|
||||||
|
|
||||||
.. seealso:: :py:func:`QgsMeshRendererVectorSettings.vectorFilterMax`
|
.. seealso:: :py:func:`filterMax`
|
||||||
%End
|
%End
|
||||||
|
|
||||||
QgsMeshRendererVectorSettings::ArrowScalingMethod shaftLengthMethod() const;
|
QgsMeshRendererVectorSettings::ArrowScalingMethod shaftLengthMethod() const;
|
||||||
|
@ -166,7 +166,7 @@ class CORE_EXPORT QgsMeshRendererVectorSettings
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets filter value for vector magnitudes.
|
* Sets filter value for vector magnitudes.
|
||||||
* \see QgsMeshRendererVectorSettings::vectorFilterMin()
|
* \see filterMin()
|
||||||
*/
|
*/
|
||||||
void setFilterMin( double filterMin );
|
void setFilterMin( double filterMin );
|
||||||
|
|
||||||
@ -180,7 +180,7 @@ class CORE_EXPORT QgsMeshRendererVectorSettings
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets filter value for vector magnitudes.
|
* Sets filter value for vector magnitudes.
|
||||||
* \see QgsMeshRendererVectorSettings::vectorFilterMax()
|
* \see filterMax()
|
||||||
*/
|
*/
|
||||||
void setFilterMax( double filterMax );
|
void setFilterMax( double filterMax );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user