QGIS API Documentation
2.8.2-Wien
|
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) | |
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 70 of file qgsmaplayerlegend.h.
|
static |
update according to layer node's custom properties (order of items, user labels for items)
Definition at line 133 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 112 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 127 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 86 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 122 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 51 of file qgsmaplayerlegend.cpp.
|
static |
Definition at line 117 of file qgsmaplayerlegend.cpp.