#include <pqSettings.h>
List of all members.
Signals |
| void | modified () |
Public Member Functions |
| | pqSettings (const QString &organization, const QString &application, QObject *p) |
| | pqSettings (const QString &filename, bool temporary, QObject *parent) |
| | use this constructor to use a file.
|
| void | saveState (const QMainWindow &window, const QString &key) |
| void | saveState (const QDialog &dialog, const QString &key) |
| void | restoreState (const QString &key, QMainWindow &window) |
| void | restoreState (const QString &key, QDialog &dialog) |
| void | sanityCheckDock (QDockWidget *dock_widget) |
| void | alertSettingsModified () |
| | Calling this method will cause the modified signal to be emited.
|
Detailed Description
Definition at line 47 of file pqSettings.h.
Constructor & Destructor Documentation
| pqSettings::pqSettings |
( |
const QString & |
organization, |
|
|
const QString & |
application, |
|
|
QObject * |
p |
|
) |
| |
| pqSettings::pqSettings |
( |
const QString & |
filename, |
|
|
bool |
temporary, |
|
|
QObject * |
parent |
|
) |
| |
use this constructor to use a file.
If temporary is true, then the file will be deleted when the pqSettings object is destroyed.
Member Function Documentation
| void pqSettings::saveState |
( |
const QMainWindow & |
window, |
|
|
const QString & |
key |
|
) |
| |
| void pqSettings::saveState |
( |
const QDialog & |
dialog, |
|
|
const QString & |
key |
|
) |
| |
| void pqSettings::restoreState |
( |
const QString & |
key, |
|
|
QMainWindow & |
window |
|
) |
| |
| void pqSettings::restoreState |
( |
const QString & |
key, |
|
|
QDialog & |
dialog |
|
) |
| |
| void pqSettings::sanityCheckDock |
( |
QDockWidget * |
dock_widget | ) |
|
| void pqSettings::alertSettingsModified |
( |
| ) |
|
Calling this method will cause the modified signal to be emited.
| void pqSettings::modified |
( |
| ) |
[signal] |
The documentation for this class was generated from the following file:
- /home/kitware/Dashboards/My Tests/ParaView/Qt/Core/pqSettings.h