32 #ifndef CXLAYOUTREPOSITORY_H
33 #define CXLAYOUTREPOSITORY_H
35 #include "cxResourceVisualizationExport.h"
63 std::vector<QString> getAvailable()
const;
65 QString generateUid()
const;
66 void erase(
const QString uid);
67 bool isCustom(
const QString& uid)
const;
73 bool exists(
const QString uid)
const;
75 void layoutChanged(QString uid);
78 unsigned indexOf(
const QString uid)
const;
80 typedef std::vector<LayoutData> LayoutDataVector;
81 LayoutDataVector mLayouts;
82 std::vector<QString> mDefaultLayouts;
90 #endif // CXLAYOUTREPOSITORY_H
boost::shared_ptr< class LayoutRepository > LayoutRepositoryPtr
Helper class for xml files used to store ssc/cx data.