16 #ifndef QGSLAYERTREEUTILS_H    17 #define QGSLAYERTREEUTILS_H    19 #include <qnamespace.h>    44     static bool readOldLegendLayerOrder( 
const QDomElement& legendElem, 
bool& hasCustomOrder, 
QStringList& order );
    49     static QString checkStateToXml( Qt::CheckState state );
    51     static Qt::CheckState checkStateFromXml( 
const QString& txt );
    85 #endif // QGSLAYERTREEUTILS_H Layer tree group node serves as a container for layers and further groups. 
 
Base class for all map layer types. 
 
Assorted functions for dealing with layer trees. 
 
This class is a base class for nodes in a layer tree. 
 
Layer tree node points to a map layer.