QGIS API Documentation
3.0.2-Girona (307d082)
|
Miscellaneous utility functions for handling of map layer legend. More...
#include <qgsmaplayerlegend.h>
Static Public Member Functions | |
static void | applyLayerNodeProperties (QgsLayerTreeLayer *nodeLayer, QList< QgsLayerTreeModelLegendNode *> &nodes) |
update according to layer node's custom properties (order of items, user labels for items) More... | |
static bool | hasLegendNodeOrder (QgsLayerTreeLayer *nodeLayer) |
static bool | hasLegendNodeUserLabel (QgsLayerTreeLayer *nodeLayer, int originalIndex) |
static QList< int > | legendNodeOrder (QgsLayerTreeLayer *nodeLayer) |
static QString | legendNodeUserLabel (QgsLayerTreeLayer *nodeLayer, int originalIndex) |
static void | setLegendNodeOrder (QgsLayerTreeLayer *nodeLayer, const QList< int > &order) |
static void | setLegendNodeUserLabel (QgsLayerTreeLayer *nodeLayer, int originalIndex, const QString &newLabel) |
Miscellaneous utility functions for handling of map layer legend.
Definition at line 74 of file qgsmaplayerlegend.h.
|
static |
update according to layer node's custom properties (order of items, user labels for items)
Definition at line 129 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 108 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 123 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 82 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 118 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 46 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 113 of file qgsmaplayerlegend.cpp.