Navigation Menu

Skip to content

Commit

Permalink
Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 10, 2019
1 parent f0ffbeb commit 2a2995a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/core/auto_generated/qgslegendrenderer.sip.in
Expand Up @@ -53,9 +53,9 @@ Draw the legend with given painter. It will occupy the area reported in legendSi
Painter should be scaled beforehand so that units correspond to millimeters.
%End

void drawLegend( QgsRenderContext *rendercontext);
void drawLegend( QgsRenderContext *rendercontext );
%Docstring
Draw the legend with given painter. It will occupy the area reported in legendSize().
Draw the legend using a given :py:class:`QgsRenderContext`. It willoccupy the area reported in legendSize().
%End

static void setNodeLegendStyle( QgsLayerTreeNode *node, QgsLegendStyle::Style style );
Expand All @@ -66,10 +66,9 @@ This class requires a node and a style to apply to the node

static QgsLegendStyle::Style nodeLegendStyle( QgsLayerTreeNode *node, QgsLayerTreeModel *model );
%Docstring
Returns the style of a given QgsLayerTreeNode in a given QgsLayerTreeModel
Returns the style of a given QgsLayerTreeNode in a given :py:class:`QgsLayerTreeModel`
%End


};

/************************************************************************
Expand Down

0 comments on commit 2a2995a

Please sign in to comment.