|
MythTV
0.26-pre
|
#include <profilegroup.h>
Public Member Functions | |
| ProfileGroupEditor () | |
| virtual DialogCode | exec (void) |
| virtual void | Load (void) |
| virtual void | Save (void) |
Protected Slots | |
| void | open (int id) |
| void | callDelete (void) |
Protected Attributes | |
| ListBoxSetting * | listbox |
| MythDialog * | dialog |
| bool | redraw |
Definition at line 114 of file profilegroup.h.
| ProfileGroupEditor::ProfileGroupEditor | ( | ) | [inline] |
Definition at line 120 of file profilegroup.h.
| DialogCode ProfileGroupEditor::exec | ( | void | ) | [virtual] |
Definition at line 240 of file profilegroup.cpp.
Referenced by SetupMenuCallback().
| void ProfileGroupEditor::Load | ( | void | ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 233 of file profilegroup.cpp.
| virtual void ProfileGroupEditor::Save | ( | void | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 127 of file profilegroup.h.
| void ProfileGroupEditor::open | ( | int | id | ) | [protected, slot] |
Definition at line 150 of file profilegroup.cpp.
| void ProfileGroupEditor::callDelete | ( | void | ) | [protected, slot] |
Definition at line 278 of file profilegroup.cpp.
ListBoxSetting* ProfileGroupEditor::listbox [protected] |
Definition at line 134 of file profilegroup.h.
MythDialog* ProfileGroupEditor::dialog [protected] |
Reimplemented from ConfigurationDialog.
Definition at line 135 of file profilegroup.h.
bool ProfileGroupEditor::redraw [protected] |
Definition at line 136 of file profilegroup.h.
1.7.6.1