|
MythTV
0.26-pre
|
#include <gamesettings.h>
Public Slots | |
| void | menu () |
| void | edit () |
| void | del () |
Public Member Functions | |
| MythGamePlayerEditor () | |
| virtual MythDialog * | dialogWidget (MythMainWindow *parent, const char *widgetName=0) |
| virtual DialogCode | exec (void) |
| virtual void | Load (void) |
| virtual void | Save (void) |
Private Attributes | |
| ListBoxSetting * | listbox |
Definition at line 116 of file gamesettings.h.
Definition at line 263 of file gamesettings.cpp.
| MythDialog * MythGamePlayerEditor::dialogWidget | ( | MythMainWindow * | parent, |
| const char * | widgetName = 0 |
||
| ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 284 of file gamesettings.cpp.
| DialogCode MythGamePlayerEditor::exec | ( | void | ) | [virtual] |
Definition at line 269 of file gamesettings.cpp.
Referenced by GameCallback().
| void MythGamePlayerEditor::Load | ( | void | ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 277 of file gamesettings.cpp.
Referenced by del().
| virtual void MythGamePlayerEditor::Save | ( | void | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 129 of file gamesettings.h.
| void MythGamePlayerEditor::menu | ( | void | ) | [slot] |
Definition at line 294 of file gamesettings.cpp.
Referenced by dialogWidget().
| void MythGamePlayerEditor::edit | ( | void | ) | [slot] |
Definition at line 315 of file gamesettings.cpp.
Referenced by dialogWidget(), exec(), and menu().
| void MythGamePlayerEditor::del | ( | void | ) | [slot] |
Definition at line 326 of file gamesettings.cpp.
Referenced by dialogWidget(), and menu().
ListBoxSetting* MythGamePlayerEditor::listbox [private] |
Definition at line 137 of file gamesettings.h.
Referenced by del(), edit(), Load(), menu(), and MythGamePlayerEditor().
1.7.6.1