Skip to content

Commit f0ffbeb

Browse files
roya0045nyalldawson
authored andcommittedJan 10, 2019
change bindings again
1 parent 12273fa commit f0ffbeb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎python/core/auto_generated/qgslegendrenderer.sip.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,16 @@ Draw the legend with given painter. It will occupy the area reported in legendSi
5959
%End
6060

6161
static void setNodeLegendStyle( QgsLayerTreeNode *node, QgsLegendStyle::Style style );
62+
%Docstring
63+
Set the style of a QgsLayerTreeNode,
64+
This class requires a node and a style to apply to the node
65+
%End
66+
6267
static QgsLegendStyle::Style nodeLegendStyle( QgsLayerTreeNode *node, QgsLayerTreeModel *model );
68+
%Docstring
69+
Returns the style of a given QgsLayerTreeNode in a given QgsLayerTreeModel
70+
%End
71+
6372

6473
};
6574

0 commit comments

Comments
 (0)
Please sign in to comment.