22 #ifndef PAGERESTORE_H_
23 #define PAGERESTORE_H_
30 #include <QVariantMap>
41 namespace DimensionsSystemInterface
44 namespace PageRestoreMSaveFileSelector
55 namespace QuickLaunchRestoreSaveFileSelector
80 static QMap<QString,QPair<QString,quint32> > s_positionsAsStoredOnDiskMap;
92 static QList<QVariantMap>
restoreLauncher(
const QString& masterSaveFilepath);
95 static QVariantMap
restorePage(
const QString& pageSaveFilepath);
101 QVariant selectValue = QVariant());
109 static bool masterfileNumPages(
const QVariantMap& masterFileHeader,quint32& r_numPages);
116 QVariant selectValue = QVariant());
133 static QList<WebOSAppRestoreObject>
restoreReorderablePage(QSettings& savedSettingsObj,
const QString& pageUid);
139 Q_DECLARE_METATYPE (QUuid)
140 Q_DECLARE_METATYPE (QList<QUuid>)
141 Q_DECLARE_METATYPE (DimensionsSystemInterface::WebOSAppRestoreObject)
142 Q_DECLARE_METATYPE (QList<DimensionsSystemInterface::WebOSAppRestoreObject>)