11 #ifndef CXLAYOUTREPOSITORY_H 12 #define CXLAYOUTREPOSITORY_H 14 #include "cxResourceVisualizationExport.h" 42 std::vector<QString> getAvailable()
const;
44 QString generateUid()
const;
45 void erase(
const QString uid);
46 bool isCustom(
const QString& uid)
const;
52 bool exists(
const QString uid)
const;
54 void layoutChanged(QString uid);
57 unsigned indexOf(
const QString uid)
const;
59 typedef std::vector<LayoutData> LayoutDataVector;
60 LayoutDataVector mLayouts;
61 std::vector<QString> mDefaultLayouts;
67 #endif // CXLAYOUTREPOSITORY_H
Helper class for xml files used to store ssc/cx data.
Namespace for all CustusX production code.