Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix more broken links
- Loading branch information
|
@@ -259,8 +259,6 @@ Responsible for reading native mesh data |
|
|
|
|
|
The API is considered EXPERIMENTAL and can be changed without a notice |
|
|
|
|
|
.. seealso:: :py:class:`QgsMeshSource` |
|
|
|
|
|
.. versionadded:: 3.2 |
|
|
%End |
|
|
|
|
|
|
@@ -180,7 +180,7 @@ drawn. -1 represents that filtering is not active. |
|
|
%Docstring |
|
|
Sets filter value for vector magnitudes. |
|
|
|
|
|
.. seealso:: :py:func:`QgsMeshRendererVectorSettings.vectorFilterMin` |
|
|
.. seealso:: :py:func:`filterMin` |
|
|
%End |
|
|
|
|
|
double filterMax() const; |
|
@@ -195,7 +195,7 @@ drawn. -1 represents that filtering is not active. |
|
|
%Docstring |
|
|
Sets filter value for vector magnitudes. |
|
|
|
|
|
.. seealso:: :py:func:`QgsMeshRendererVectorSettings.vectorFilterMax` |
|
|
.. seealso:: :py:func:`filterMax` |
|
|
%End |
|
|
|
|
|
QgsMeshRendererVectorSettings::ArrowScalingMethod shaftLengthMethod() const; |
|
|
|
@@ -166,7 +166,7 @@ class CORE_EXPORT QgsMeshRendererVectorSettings |
|
|
|
|
|
/** |
|
|
* Sets filter value for vector magnitudes. |
|
|
* \see QgsMeshRendererVectorSettings::vectorFilterMin() |
|
|
* \see filterMin() |
|
|
*/ |
|
|
void setFilterMin( double filterMin ); |
|
|
|
|
@@ -180,7 +180,7 @@ class CORE_EXPORT QgsMeshRendererVectorSettings |
|
|
|
|
|
/** |
|
|
* Sets filter value for vector magnitudes. |
|
|
* \see QgsMeshRendererVectorSettings::vectorFilterMax() |
|
|
* \see filterMax() |
|
|
*/ |
|
|
void setFilterMax( double filterMax ); |
|
|
|
|
|
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.