|
MythTV
0.27pre
|
#include <storagegroupeditor.h>


Public Member Functions | |
| StorageGroupEditor (QString group) | |
| virtual DialogCode | exec (void) |
| virtual DialogCode | exec (bool, bool) |
| virtual void | Load (void) |
| virtual void | Save (void) |
| virtual void | Save (QString) |
| virtual MythDialog * | dialogWidget (MythMainWindow *parent, const char *widgetname=0) |
Public Member Functions inherited from ConfigurationDialog | |
| ConfigurationDialog () | |
| virtual | ~ConfigurationDialog () |
| virtual void | addChild (Configurable *child) |
| virtual Setting * | byName (const QString &settingName) |
| void | setLabel (const QString &label) |
Public Member Functions inherited from Storage | |
| Storage () | |
| virtual | ~Storage () |
| virtual bool | IsSaveRequired (void) const |
| virtual void | SetSaveRequired (void) |
Protected Slots | |
| void | open (QString name) |
| void | doDelete (void) |
Protected Attributes | |
| QString | m_group |
| ListBoxSetting * | listbox |
| QString | lastValue |
Protected Attributes inherited from ConfigurationDialog | |
| ChildList | cfgChildren |
| vector< QWidget * > | childwidget |
| MythDialog * | dialog |
| ConfigurationGroup * | cfgGrp |
Additional Inherited Members | |
Protected Types inherited from ConfigurationDialog | |
| typedef vector< Configurable * > | ChildList |
Definition at line 9 of file storagegroupeditor.h.
| StorageGroupEditor::StorageGroupEditor | ( | QString | group | ) |
Definition at line 58 of file storagegroupeditor.cpp.
|
virtual |
Definition at line 224 of file storagegroupeditor.cpp.
Referenced by StorageGroupListEditor::open().
|
inlinevirtual |
Reimplemented from ConfigurationDialog.
Definition at line 16 of file storagegroupeditor.h.
Referenced by exec().
Reimplemented from ConfigurationDialog.
Definition at line 185 of file storagegroupeditor.cpp.
Referenced by doDelete().
Reimplemented from ConfigurationDialog.
Definition at line 19 of file storagegroupeditor.h.
|
inlinevirtual |
Reimplemented from ConfigurationDialog.
Definition at line 20 of file storagegroupeditor.h.
|
virtual |
Reimplemented from ConfigurationDialog.
Definition at line 232 of file storagegroupeditor.cpp.
|
protectedslot |
Definition at line 81 of file storagegroupeditor.cpp.
Referenced by exec().
Definition at line 148 of file storagegroupeditor.cpp.
Referenced by dialogWidget().
|
protected |
Definition at line 29 of file storagegroupeditor.h.
Referenced by doDelete(), Load(), and open().
|
protected |
Definition at line 30 of file storagegroupeditor.h.
Referenced by doDelete(), exec(), Load(), and StorageGroupEditor().
|
protected |
Definition at line 31 of file storagegroupeditor.h.
Referenced by doDelete(), Load(), and open().
1.8.1.2