|
MythTV
0.26-pre
|
#include <storagegroupeditor.h>
Public Member Functions | |
| StorageGroupEditor (QString group) | |
| virtual DialogCode | exec (void) |
| virtual void | Load (void) |
| virtual void | Save (void) |
| virtual void | Save (QString) |
| virtual MythDialog * | dialogWidget (MythMainWindow *parent, const char *widgetname=0) |
Protected Slots | |
| void | open (QString name) |
| void | doDelete (void) |
Protected Attributes | |
| QString | m_group |
| ListBoxSetting * | listbox |
| QString | lastValue |
Definition at line 9 of file storagegroupeditor.h.
| StorageGroupEditor::StorageGroupEditor | ( | QString | group | ) |
Definition at line 58 of file storagegroupeditor.cpp.
| DialogCode StorageGroupEditor::exec | ( | void | ) | [virtual] |
Definition at line 224 of file storagegroupeditor.cpp.
Referenced by StorageGroupListEditor::open().
| void StorageGroupEditor::Load | ( | void | ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 185 of file storagegroupeditor.cpp.
Referenced by doDelete().
| virtual void StorageGroupEditor::Save | ( | void | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 17 of file storagegroupeditor.h.
| virtual void StorageGroupEditor::Save | ( | QString | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 18 of file storagegroupeditor.h.
| MythDialog * StorageGroupEditor::dialogWidget | ( | MythMainWindow * | parent, |
| const char * | widgetname = 0 |
||
| ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 232 of file storagegroupeditor.cpp.
| void StorageGroupEditor::open | ( | QString | name | ) | [protected, slot] |
Definition at line 81 of file storagegroupeditor.cpp.
Referenced by exec().
| void StorageGroupEditor::doDelete | ( | void | ) | [protected, slot] |
Definition at line 148 of file storagegroupeditor.cpp.
Referenced by dialogWidget().
QString StorageGroupEditor::m_group [protected] |
Definition at line 27 of file storagegroupeditor.h.
Referenced by doDelete(), Load(), and open().
ListBoxSetting* StorageGroupEditor::listbox [protected] |
Definition at line 28 of file storagegroupeditor.h.
Referenced by doDelete(), exec(), Load(), and StorageGroupEditor().
QString StorageGroupEditor::lastValue [protected] |
Definition at line 29 of file storagegroupeditor.h.
Referenced by doDelete(), Load(), and open().
1.7.6.1