mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
change bindings again
This commit is contained in:
parent
12273fa83a
commit
f0ffbeb7be
@ -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
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user