! This class is (almost) a copy/paste of what is found in *<PARAVIEW>/Qt/Components/pqSettingsDialog.h* This is (almost) the same, except for the inheritance to QtxUserDefinedContent providing the link to SALOME preference mechanism. More...
#include <PVGUI_ParaViewSettingsPane.h>

Data Structures | |
| class | pqInternals |
Signals | |
| void | accepted () |
| void | filterWidgets (bool showAdvanced, const QString &text) |
Public Member Functions | |
| PVGUI_ParaViewSettingsPane (QWidget *parent, LightApp_Application *app) | |
| virtual | ~PVGUI_ParaViewSettingsPane () |
| virtual void | store (QtxResourceMgr *theRes, QtxPreferenceMgr *thePref) |
| Implementation of QtxUserDefinedContent interface. More... | |
| virtual void | retrieve (QtxResourceMgr *theRes, QtxPreferenceMgr *thePref) |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *ev) |
| virtual void | hideEvent (QHideEvent *ev) |
Private Slots | |
| void | clicked (QAbstractButton *) |
| void | onAccepted () |
| void | onRejected () |
| void | onRestoreDefaults () |
| void | onTabIndexChanged (int index) |
| void | onChangeAvailable () |
| void | showRestartRequiredMessage () |
| void | filterPanelWidgets () |
Private Member Functions | |
| void | saveInQSettings (const char *key, vtkSMProperty *smproperty) |
| Q_DISABLE_COPY (PVGUI_ParaViewSettingsPane) | |
Private Attributes | |
| pqInternals * | Internals |
Static Private Attributes | |
| static bool | ShowRestartRequired = false |
| Set to true if a setting that requires a restart to take effect is modified. More... | |
The UI content of pqSettingsDialog is put in a (PARAVIS) widget called pqCustomSettingsWidget.
| PVGUI_ParaViewSettingsPane::PVGUI_ParaViewSettingsPane | ( | QWidget * | parent, |
| LightApp_Application * | app | ||
| ) |
References accepted(), filterPanelWidgets(), filterWidgets(), Internals, onAccepted(), onChangeAvailable(), onRejected(), onRestoreDefaults(), onTabIndexChanged(), ShowRestartRequired, showRestartRequiredMessage(), PVGUI_ParaViewSettingsPane::pqInternals::TabToStackedWidgets, and PVGUI_ParaViewSettingsPane::pqInternals::Ui.
|
virtual |
References Internals.
|
virtual |
References accepted().
|
virtual |
|
signal |
|
protectedvirtual |
|
protectedvirtual |
|
privateslot |
|
privateslot |
References saveInQSettings().
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
References Internals, ShowRestartRequired, and PVGUI_ParaViewSettingsPane::pqInternals::Ui.
|
privateslot |
References filterWidgets(), Internals, and PVGUI_ParaViewSettingsPane::pqInternals::Ui.
|
signal |
|
private |
|
private |
|
private |
|
staticprivate |
Made static to persist across instantiations of this class.