12#ifndef KD_LAYOUTSAVER_H
13#define KD_LAYOUTSAVER_H
22#include "docks_export.h"
64 static bool restoreInProgress();
71 bool saveToFile(
const QString &jsonFilename);
78 bool restoreFromFile(
const QString &jsonFilename);
113 void setAffinityNames(
const QStringList &affinityNames);
117 Private *dptr()
const;
121 struct FloatingWindow;
124 struct MultiSplitter;
132 friend class ::TestDocks;
The QMainwindow sub-class that the application should use to be able to dock KDDockWidget::DockWidget...