Skip to content

Commit

Permalink
Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 29, 2020
1 parent f0ad33c commit ab75840
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ Writes configuration to a new DOM element and returns it
%End
void readXml( const QDomElement &elem );
%Docstring
Reads configuration from a DOM element previously written using writeXml()
Reads configuration from a DOM element previously written using :py:func:`~QgsDirectionalLightSettings.writeXml`
%End

bool operator==( const QgsDirectionalLightSettings &other );
Expand Down
1 change: 1 addition & 0 deletions python/core/auto_generated/layout/qgslayoutitem.sip.in
Expand Up @@ -201,6 +201,7 @@ Base class for graphical items within a :py:class:`QgsLayout`.
UndoLegendColumnCount,
UndoLegendSymbolWidth,
UndoLegendSymbolHeight,
UndoLegendMaxMarkerSymbolSize,
UndoLegendWmsLegendWidth,
UndoLegendWmsLegendHeight,
UndoLegendTitleSpaceBottom,
Expand Down
11 changes: 11 additions & 0 deletions python/core/auto_generated/qgslegendsettings.sip.in
Expand Up @@ -221,6 +221,17 @@ Returns the default symbol size (in millimeters) used for legend items.
Sets the default symbol size (in millimeters) used for legend items.

.. seealso:: :py:func:`symbolSize`
%End

double maxMarkerSymbolSize() const;
%Docstring
Returns the maximum marker symbol size in mm
%End

void setMaxMarkerSymbolSize( double size );
%Docstring
Sets the maximum marker symbol size in mm
@param size maximum marker size in mm
%End

void setSymbolAlignment( Qt::AlignmentFlag alignment );
Expand Down

0 comments on commit ab75840

Please sign in to comment.