35 #include "pqCoreModule.h" 50 typedef QSettings Superclass;
53 pqSettings(
const QString& organization,
const QString& application, QObject* p = NULL);
54 pqSettings(
const QString& fileName, Format format, QObject* parent = NULL);
60 pqSettings(
const QString& filename,
bool temporary, QObject* parent = NULL);
62 void saveState(
const QMainWindow& window,
const QString& key);
63 void saveState(
const QDialog& dialog,
const QString& key);
65 void restoreState(
const QString& key, QMainWindow& window);
66 void restoreState(
const QString& key, QDialog& dialog);
71 void alertSettingsModified();
76 void saveInQSettings(
const char* key,
vtkSMProperty* smproperty);
83 void sanityCheckDock(QDockWidget* dock_widget);
superclass for all SM properties
pqSettings extends QSettings to add support for following: