We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 12273fa commit f0ffbebCopy full SHA for f0ffbeb
python/core/auto_generated/qgslegendrenderer.sip.in
@@ -59,7 +59,16 @@ Draw the legend with given painter. It will occupy the area reported in legendSi
59
%End
60
61
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
+
67
static QgsLegendStyle::Style nodeLegendStyle( QgsLayerTreeNode *node, QgsLayerTreeModel *model );
68
69
+Returns the style of a given QgsLayerTreeNode in a given QgsLayerTreeModel
70
71
72
73
};
74
0 commit comments