|
@@ -1632,6 +1632,8 @@ Sets the horizontal offset values for points in the pattern. |
|
|
.. seealso:: :py:func:`offsetX` |
|
|
|
|
|
.. seealso:: :py:func:`setOffsetY` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
double offsetX() const; |
|
@@ -1641,6 +1643,8 @@ Returns the horizontal offset values for points in the pattern. |
|
|
.. seealso:: :py:func:`setOffsetX` |
|
|
|
|
|
.. seealso:: :py:func:`offsetY` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
void setOffsetY( double offset ); |
|
@@ -1652,6 +1656,8 @@ Sets the vertical offset values for points in the pattern. |
|
|
.. seealso:: :py:func:`offsetY` |
|
|
|
|
|
.. seealso:: :py:func:`setOffsetX` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
double offsetY() const; |
|
@@ -1661,6 +1667,8 @@ Returns the vertical offset values for points in the pattern. |
|
|
.. seealso:: :py:func:`setOffsetY` |
|
|
|
|
|
.. seealso:: :py:func:`offsetX` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
virtual bool setSubSymbol( QgsSymbol *symbol /Transfer/ ); |
|
@@ -1768,6 +1776,8 @@ Sets the units for the horizontal offset between rows in the pattern. |
|
|
.. seealso:: :py:func:`offsetXUnit` |
|
|
|
|
|
.. seealso:: :py:func:`setOffsetYUnit` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
QgsUnitTypes::RenderUnit offsetXUnit() const; |
|
@@ -1777,6 +1787,8 @@ Returns the units for the horizontal offset for rows in the pattern. |
|
|
.. seealso:: :py:func:`setOffsetXUnit` |
|
|
|
|
|
.. seealso:: :py:func:`offsetYUnit` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
void setOffsetXMapUnitScale( const QgsMapUnitScale &scale ); |
|
@@ -1788,6 +1800,8 @@ Sets the unit scale for the horizontal offset for rows in the pattern. |
|
|
.. seealso:: :py:func:`offsetXMapUnitScale` |
|
|
|
|
|
.. seealso:: :py:func:`setOffsetYMapUnitScale` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
const QgsMapUnitScale &offsetXMapUnitScale() const; |
|
@@ -1797,6 +1811,8 @@ Returns the unit scale for the horizontal offset for rows in the pattern. |
|
|
.. seealso:: :py:func:`setOffsetXMapUnitScale` |
|
|
|
|
|
.. seealso:: :py:func:`offsetYMapUnitScale` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
void setOffsetYUnit( QgsUnitTypes::RenderUnit unit ); |
|
@@ -1808,6 +1824,8 @@ Sets the units for the vertical offset for rows in the pattern. |
|
|
.. seealso:: :py:func:`offsetYUnit` |
|
|
|
|
|
.. seealso:: :py:func:`setOffsetXUnit` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
QgsUnitTypes::RenderUnit offsetYUnit() const; |
|
@@ -1817,6 +1835,8 @@ Returns the units for the vertical offset for rows in the pattern. |
|
|
.. seealso:: :py:func:`setOffsetYUnit` |
|
|
|
|
|
.. seealso:: :py:func:`offsetXUnit` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
void setOffsetYMapUnitScale( const QgsMapUnitScale &scale ); |
|
@@ -1828,6 +1848,8 @@ Sets the unit scale for the vertical offset for rows in the pattern. |
|
|
.. seealso:: :py:func:`offsetYMapUnitScale` |
|
|
|
|
|
.. seealso:: :py:func:`setOffsetXMapUnitScale` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
const QgsMapUnitScale &offsetYMapUnitScale() const; |
|
@@ -1837,6 +1859,8 @@ Returns the unit scale for the vertical offset between rows in the pattern. |
|
|
.. seealso:: :py:func:`setOffsetYMapUnitScale` |
|
|
|
|
|
.. seealso:: :py:func:`offsetXMapUnitScale` |
|
|
|
|
|
.. versionadded:: 3.8 |
|
|
%End |
|
|
|
|
|
virtual void setOutputUnit( QgsUnitTypes::RenderUnit unit ); |
|
|