|
MythTV master
|
#include <libmythui/myththemedmenu.h>
Public Attributes | |
| QString | type |
| QStringList | action |
| QString | text |
| QString | alttext |
| QString | description |
| MythImage * | icon {nullptr} |
| bool | active {false} |
| QString | password |
Definition at line 14 of file myththemedmenu.h.
| QStringList ThemedButton::action |
Definition at line 17 of file myththemedmenu.h.
Referenced by MythThemedMenu::addButton().
Definition at line 22 of file myththemedmenu.h.
| QString ThemedButton::alttext |
Definition at line 19 of file myththemedmenu.h.
Referenced by MythThemedMenu::addButton().
| QString ThemedButton::description |
Definition at line 20 of file myththemedmenu.h.
Referenced by MythThemedMenu::addButton().
| MythImage* ThemedButton::icon {nullptr} |
Definition at line 21 of file myththemedmenu.h.
| QString ThemedButton::password |
Definition at line 23 of file myththemedmenu.h.
Referenced by MythThemedMenu::addButton(), and MythThemedMenu::buttonAction().
| QString ThemedButton::text |
Definition at line 18 of file myththemedmenu.h.
Referenced by MythThemedMenu::addButton().
| QString ThemedButton::type |
Definition at line 16 of file myththemedmenu.h.
Referenced by MythThemedMenu::addButton().