#include <mythdialogbox.h>
Public Member Functions | |
| MythMenuItem (const QString &text, QVariant data=0, bool checked=false, MythMenu *subMenu=NULL) | |
| MythMenuItem (const QString &text, const char *slot, bool checked=false, MythMenu *subMenu=NULL) | |
Public Attributes | |
| QString | Text |
| QVariant | Data |
| bool | Checked |
| MythMenu * | SubMenu |
| bool | UseSlot |
Private Member Functions | |
| void | Init (void) |
Definition at line 55 of file mythdialogbox.h.
| MythMenuItem::MythMenuItem | ( | const QString & | text, | |
| QVariant | data = 0, |
|||
| bool | checked = false, |
|||
| MythMenu * | subMenu = NULL | |||
| ) | [inline] |
Definition at line 58 of file mythdialogbox.h.
| MythMenuItem::MythMenuItem | ( | const QString & | text, | |
| const char * | slot, | |||
| bool | checked = false, |
|||
| MythMenu * | subMenu = NULL | |||
| ) | [inline] |
Definition at line 60 of file mythdialogbox.h.
| void MythMenuItem::Init | ( | void | ) | [inline, private] |
Definition at line 70 of file mythdialogbox.h.
| QString MythMenuItem::Text |
Definition at line 63 of file mythdialogbox.h.
Referenced by MythDialogBox::updateMenu().
| QVariant MythMenuItem::Data |
Definition at line 64 of file mythdialogbox.h.
Referenced by MythDialogBox::Select().
Definition at line 65 of file mythdialogbox.h.
Definition at line 66 of file mythdialogbox.h.
Referenced by MythDialogBox::Select(), MythDialogBox::updateMenu(), and MythMenu::~MythMenu().
Definition at line 67 of file mythdialogbox.h.
Referenced by MythDialogBox::Select().
1.6.3