Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sipify
(cherry picked from commit eafedee)
  • Loading branch information
nyalldawson committed Jan 21, 2019
1 parent a08c8b7 commit c542016
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/auto_generated/layout/qgslayoutobject.sip.in
Expand Up @@ -197,6 +197,8 @@ Sets the objects's property collection, used for data defined overrides.
:param collection: property collection. Existing properties will be replaced.

.. seealso:: :py:func:`dataDefinedProperties`

.. seealso:: DataDefinedProperty
%End


Expand Down
2 changes: 2 additions & 0 deletions python/core/auto_generated/qgsdiagramrenderer.sip.in
Expand Up @@ -330,6 +330,8 @@ Sets the diagram's property collection, used for data defined overrides.

.. seealso:: :py:func:`dataDefinedProperties`

.. seealso:: Property

.. versionadded:: 3.0
%End

Expand Down
2 changes: 2 additions & 0 deletions python/core/auto_generated/qgspallabeling.sip.in
Expand Up @@ -437,6 +437,8 @@ Sets the label's property collection, used for data defined overrides.

.. seealso:: :py:func:`dataDefinedProperties`

.. seealso:: Property

.. versionadded:: 3.0
%End

Expand Down
15 changes: 15 additions & 0 deletions python/core/auto_generated/qgspropertycollection.sip.in
Expand Up @@ -309,6 +309,21 @@ A grouped map of multiple QgsProperty objects, each referenced by a integer key
Properties within a collection are referenced by an integer key. This is done to avoid the cost of
string creation and comparisons which would be required by a string key. The intended use case is that
a context specific enum is cast to int and used for the key value.
Examples of such enums are :

.. seealso:: :py:func:`QgsLayoutObject.DataDefinedProperty`

.. seealso:: :py:func:`QgsSymbolLayer.Property`

.. seealso:: :py:func:`QgsPalLabeling.Property`

.. seealso:: :py:func:`QgsAbstract3DSymbol.Property`

.. seealso:: :py:func:`QgsDiagramLayerSettings.Property`

.. seealso:: :py:func:`QgsPalLayerSettings.Property`

.. seealso:: :py:func:`QgsWidgetWrapper.Property`

.. versionadded:: 3.0
%End
Expand Down
4 changes: 4 additions & 0 deletions python/core/auto_generated/symbology/qgssymbollayer.sip.in
Expand Up @@ -298,6 +298,8 @@ will be overwritten.

.. seealso:: :py:func:`dataDefinedProperties`

.. seealso:: Property

.. versionadded:: 3.0
%End

Expand Down Expand Up @@ -384,6 +386,8 @@ Returns a reference to the symbol layer's property collection, used for data def

.. seealso:: :py:func:`setDataDefinedProperties`

.. seealso:: Property

.. versionadded:: 3.0
%End

Expand Down
Expand Up @@ -144,6 +144,8 @@ Returns a reference to the editor widget's property collection, used for data de

.. seealso:: :py:func:`setDataDefinedProperties`

.. seealso:: Property

.. versionadded:: 3.0
%End

Expand All @@ -155,6 +157,8 @@ Sets the editor widget's property collection, used for data defined overrides.

.. seealso:: :py:func:`dataDefinedProperties`

.. seealso:: Property

.. versionadded:: 3.0
%End

Expand Down

0 comments on commit c542016

Please sign in to comment.