Skip to content

Commit

Permalink
change bindings again
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 authored and nyalldawson committed Jan 10, 2019
1 parent 12273fa commit f0ffbeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/core/auto_generated/qgslegendrenderer.sip.in
Expand Up @@ -59,7 +59,16 @@ Draw the legend with given painter. It will occupy the area reported in legendSi
%End

static void setNodeLegendStyle( QgsLayerTreeNode *node, QgsLegendStyle::Style style );
%Docstring
Set the style of a QgsLayerTreeNode,
This class requires a node and a style to apply to the node
%End

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


};

Expand Down

0 comments on commit f0ffbeb

Please sign in to comment.