| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
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 70 of file qgsmaplayerlegend.h.
      
  | 
  static | 
update according to layer node's custom properties (order of items, user labels for items)
Definition at line 135 of file qgsmaplayerlegend.cpp.
      
  | 
  static | 
Definition at line 114 of file qgsmaplayerlegend.cpp.
      
  | 
  static | 
Definition at line 129 of file qgsmaplayerlegend.cpp.
      
  | 
  static | 
Definition at line 88 of file qgsmaplayerlegend.cpp.
      
  | 
  static | 
Definition at line 124 of file qgsmaplayerlegend.cpp.
      
  | 
  static | 
Definition at line 52 of file qgsmaplayerlegend.cpp.
      
  | 
  static | 
Definition at line 119 of file qgsmaplayerlegend.cpp.
 1.8.13