1 #ifndef QGSLAYERDEFINITION_H
2 #define QGSLAYERDEFINITION_H
17 static bool loadLayerDefinition(
const QString & path,
QgsLayerTreeGroup* rootGroup, QString &errorMessage );
19 static bool loadLayerDefinition( QDomDocument doc,
QgsLayerTreeGroup* rootGroup, QString &errorMessage );
21 static bool exportLayerDefinition( QString path, QList<QgsLayerTreeNode*> selectedTreeNodes, QString &errorMessage );
24 #endif // QGSLAYERDEFINITION_H