|
MythTV
0.27pre
|
A ConfigurationDialog that uses a ConfigurationGroup with one child per page. More...
#include <mythconfigdialogs.h>


Public Member Functions | |
| ConfigurationWizard () | |
| virtual MythDialog * | dialogWidget (MythMainWindow *parent, const char *widgetName) |
Public Member Functions inherited from ConfigurationDialog | |
| ConfigurationDialog () | |
| virtual | ~ConfigurationDialog () |
| virtual DialogCode | exec (bool saveOnExec=true, bool doLoad=true) |
| virtual void | addChild (Configurable *child) |
| virtual Setting * | byName (const QString &settingName) |
| void | setLabel (const QString &label) |
| virtual void | Load (void) |
| virtual void | Save (void) |
| virtual void | Save (QString destination) |
Public Member Functions inherited from Storage | |
| Storage () | |
| virtual | ~Storage () |
| virtual bool | IsSaveRequired (void) const |
| virtual void | SetSaveRequired (void) |
Additional Inherited Members | |
Protected Types inherited from ConfigurationDialog | |
| typedef vector< Configurable * > | ChildList |
Protected Attributes inherited from ConfigurationDialog | |
| ChildList | cfgChildren |
| vector< QWidget * > | childwidget |
| MythDialog * | dialog |
| ConfigurationGroup * | cfgGrp |
A ConfigurationDialog that uses a ConfigurationGroup with one child per page.
Definition at line 77 of file mythconfigdialogs.h.
|
inline |
Definition at line 80 of file mythconfigdialogs.h.
|
virtual |
Reimplemented from ConfigurationDialog.
Reimplemented in ScanWizard.
Definition at line 127 of file mythconfigdialogs.cpp.
Referenced by ScanWizard::dialogWidget(), and RecordingProfile::exec().
1.8.1.2