Commit c130eb7 1 parent 795a792 commit c130eb7 Copy full SHA for c130eb7
File tree 3 files changed +10
-0
lines changed
PyQt6/core/auto_generated/symbology
core/auto_generated/symbology
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -899,6 +899,8 @@ Returns the units for the buffer size.
899
899
.. seealso:: :py:func:`extentBuffer`
900
900
901
901
.. seealso:: :py:func:`setExtentBufferSizeUnit`
902
+
903
+ .. versionadded:: 3.42
902
904
%End
903
905
904
906
void setExtentBufferSizeUnit( Qgis::RenderUnit unit );
@@ -908,6 +910,8 @@ Sets the ``unit`` used for the extent buffer.
908
910
.. seealso:: :py:func:`setExtentBuffer`
909
911
910
912
.. seealso:: :py:func:`extentBufferSizeUnit`
913
+
914
+ .. versionadded:: 3.42
911
915
%End
912
916
913
917
protected:
Original file line number Diff line number Diff line change @@ -899,6 +899,8 @@ Returns the units for the buffer size.
899
899
.. seealso:: :py:func:`extentBuffer`
900
900
901
901
.. seealso:: :py:func:`setExtentBufferSizeUnit`
902
+
903
+ .. versionadded:: 3.42
902
904
%End
903
905
904
906
void setExtentBufferSizeUnit( Qgis::RenderUnit unit );
@@ -908,6 +910,8 @@ Sets the ``unit`` used for the extent buffer.
908
910
.. seealso:: :py:func:`setExtentBuffer`
909
911
910
912
.. seealso:: :py:func:`extentBufferSizeUnit`
913
+
914
+ .. versionadded:: 3.42
911
915
%End
912
916
913
917
protected:
Original file line number Diff line number Diff line change @@ -892,6 +892,7 @@ class CORE_EXPORT QgsSymbol
892
892
*
893
893
* \see extentBuffer()
894
894
* \see setExtentBufferSizeUnit()
895
+ * \since QGIS 3.42
895
896
*/
896
897
Qgis::RenderUnit extentBufferSizeUnit () const { return mExtentBufferSizeUnit ; }
897
898
@@ -900,6 +901,7 @@ class CORE_EXPORT QgsSymbol
900
901
*
901
902
* \see setExtentBuffer()
902
903
* \see extentBufferSizeUnit()
904
+ * \since QGIS 3.42
903
905
*/
904
906
void setExtentBufferSizeUnit ( Qgis::RenderUnit unit ) { mExtentBufferSizeUnit = unit; }
905
907
You can’t perform that action at this time.
0 commit comments