15 #ifndef QGSLAYERDEFINITION_H 16 #define QGSLAYERDEFINITION_H 72 bool mHasMissingDependency;
77 #endif // QGSLAYERDEFINITION_H Layer tree group node serves as a container for layers and further groups.
The QgsLayerDefinition class holds generic methods for loading/exporting QLR files.
Class used to work with layer dependencies stored in a XML project or layer definition file...
QVector< QDomNode > sortedLayerNodes() const
Get the layer nodes in an order where they can be loaded incrementally without dependency break...
bool hasCycle() const
Whether some cyclic dependency has been detected.
QStringList sortedLayerIds() const
Get the layer IDs in an order where they can be loaded incrementally without dependency break...
bool hasMissingDependency() const
Whether some dependency is missing.