#include <storagegroupeditor.h>
Public Member Functions | |
| StorageGroupListEditor (void) | |
| 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 | |
| ListBoxSetting * | listbox |
| QString | lastValue |
Definition at line 32 of file storagegroupeditor.h.
| StorageGroupListEditor::StorageGroupListEditor | ( | void | ) |
Definition at line 243 of file storagegroupeditor.cpp.
| DialogCode StorageGroupListEditor::exec | ( | void | ) | [virtual] |
Definition at line 463 of file storagegroupeditor.cpp.
Referenced by SetupMenuCallback().
| void StorageGroupListEditor::Load | ( | void | ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 355 of file storagegroupeditor.cpp.
Referenced by doDelete().
| virtual void StorageGroupListEditor::Save | ( | void | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 40 of file storagegroupeditor.h.
| virtual void StorageGroupListEditor::Save | ( | QString | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 41 of file storagegroupeditor.h.
| MythDialog * StorageGroupListEditor::dialogWidget | ( | MythMainWindow * | parent, | |
| const char * | widgetname = 0 | |||
| ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 471 of file storagegroupeditor.cpp.
| void StorageGroupListEditor::open | ( | QString | name | ) | [protected, slot] |
Definition at line 256 of file storagegroupeditor.cpp.
Referenced by exec().
| void StorageGroupListEditor::doDelete | ( | void | ) | [protected, slot] |
Definition at line 286 of file storagegroupeditor.cpp.
Referenced by dialogWidget().
ListBoxSetting* StorageGroupListEditor::listbox [protected] |
Definition at line 50 of file storagegroupeditor.h.
Referenced by doDelete(), exec(), Load(), and StorageGroupListEditor().
QString StorageGroupListEditor::lastValue [protected] |
Definition at line 51 of file storagegroupeditor.h.
Referenced by doDelete(), Load(), and open().
1.6.3