|
MythTV
0.26-pre
|
#include <playgroup.h>
Public Member Functions | |
| PlayGroupEditor (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 21 of file playgroup.h.
Definition at line 223 of file playgroup.cpp.
| DialogCode PlayGroupEditor::exec | ( | void | ) | [virtual] |
Definition at line 317 of file playgroup.cpp.
Referenced by TVMenuCallback().
| void PlayGroupEditor::Load | ( | void | ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 299 of file playgroup.cpp.
Referenced by doDelete().
| virtual void PlayGroupEditor::Save | ( | void | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 29 of file playgroup.h.
| virtual void PlayGroupEditor::Save | ( | QString | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 30 of file playgroup.h.
| MythDialog * PlayGroupEditor::dialogWidget | ( | MythMainWindow * | parent, |
| const char * | widgetName = 0 |
||
| ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 325 of file playgroup.cpp.
| void PlayGroupEditor::open | ( | QString | name | ) | [protected, slot] |
Definition at line 230 of file playgroup.cpp.
Referenced by exec().
| void PlayGroupEditor::doDelete | ( | void | ) | [protected, slot] |
Definition at line 267 of file playgroup.cpp.
Referenced by dialogWidget().
ListBoxSetting* PlayGroupEditor::listbox [protected] |
Definition at line 39 of file playgroup.h.
Referenced by doDelete(), exec(), Load(), and PlayGroupEditor().
QString PlayGroupEditor::lastValue [protected] |
Definition at line 40 of file playgroup.h.
Referenced by doDelete(), Load(), and open().
1.7.6.1