mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix missing SIP_OUT (#31470)
This commit is contained in:
parent
11f1d0d7cb
commit
2a9f215f98
@ -174,7 +174,7 @@ Set if we want a central class astride the pivot value
|
||||
.. versionadded:: 3.4
|
||||
%End
|
||||
|
||||
static void makeBreaksSymmetric( QList<double> &breaks, double symmetryPoint, bool astride );
|
||||
static void makeBreaksSymmetric( QList<double> &breaks /In,Out/, double symmetryPoint, bool astride );
|
||||
%Docstring
|
||||
Remove the breaks that are above the existing opposite sign classes to keep colors symmetrically balanced around symmetryPoint
|
||||
Does not put a break on the symmetryPoint. This is done before.
|
||||
|
@ -176,7 +176,7 @@ class CORE_EXPORT QgsGraduatedSymbolRenderer : public QgsFeatureRenderer
|
||||
* \param astride A bool indicating if the symmetry is made astride the symmetryPoint or not ( [-1,1] vs. [-1,0][0,1] )
|
||||
* \since QGIS 3.4
|
||||
*/
|
||||
static void makeBreaksSymmetric( QList<double> &breaks, double symmetryPoint, bool astride );
|
||||
static void makeBreaksSymmetric( QList<double> &breaks SIP_INOUT, double symmetryPoint, bool astride );
|
||||
|
||||
/**
|
||||
* Compute the equal interval classification
|
||||
|
Loading…
x
Reference in New Issue
Block a user