|
MythTV master
|
#include <libmythtv/mythtvmenu.h>
Public Member Functions | |
| bool | AddButton (MythOSDDialogData *Menu, bool Active, const QString &Action, const QString &DefaultTextActive, const QString &DefaultTextInactive, bool IsMenu, const QString &TextArg) const |
| MythTVMenuItemContext (const MythTVMenu &Menu, const QDomNode &Node, QString Name, MenuCurrentContext Current, bool Visible) | |
| MythTVMenuItemContext (const MythTVMenu &Menu, const QDomNode &Node, MenuShowContext Context, MenuCurrentContext Current, QString Action, QString ActionText, bool Visible) | |
| MythTVMenuItemContext (const MythTVMenu &Menu, const QDomNode &Node, MenuShowContext Context, MenuCurrentContext Current, QString Action, bool Visible) | |
Public Attributes | |
| const MythTVMenu & | m_menu |
| const QDomNode & | m_node |
| MenuCategory | m_category { kMenuCategoryItem } |
| const QString | m_menuName |
| MenuShowContext | m_showContext { kMenuShowActive } |
| MenuCurrentContext | m_currentContext { kMenuCurrentDefault } |
| const QString | m_action |
| const QString | m_actionText |
| bool | m_visible { false } |
Definition at line 49 of file mythtvmenu.h.
| MythTVMenuItemContext::MythTVMenuItemContext | ( | const MythTVMenu & | Menu, |
| const QDomNode & | Node, | ||
| QString | Name, | ||
| MenuCurrentContext | Current, | ||
| bool | Visible | ||
| ) |
Definition at line 48 of file mythtvmenu.cpp.
| MythTVMenuItemContext::MythTVMenuItemContext | ( | const MythTVMenu & | Menu, |
| const QDomNode & | Node, | ||
| MenuShowContext | Context, | ||
| MenuCurrentContext | Current, | ||
| QString | Action, | ||
| QString | ActionText, | ||
| bool | Visible | ||
| ) |
Definition at line 61 of file mythtvmenu.cpp.
| MythTVMenuItemContext::MythTVMenuItemContext | ( | const MythTVMenu & | Menu, |
| const QDomNode & | Node, | ||
| MenuShowContext | Context, | ||
| MenuCurrentContext | Current, | ||
| QString | Action, | ||
| bool | Visible | ||
| ) |
Definition at line 75 of file mythtvmenu.cpp.
| bool MythTVMenuItemContext::AddButton | ( | MythOSDDialogData * | Menu, |
| bool | Active, | ||
| const QString & | Action, | ||
| const QString & | DefaultTextActive, | ||
| const QString & | DefaultTextInactive, | ||
| bool | IsMenu, | ||
| const QString & | TextArg | ||
| ) | const |
Definition at line 14 of file mythtvmenu.cpp.
Referenced by TV::MenuItemDisplayCutlist().
| const QString MythTVMenuItemContext::m_action |
Definition at line 71 of file mythtvmenu.h.
Referenced by AddButton(), TV::MenuItemDisplayCutlist(), and TV::MenuItemDisplayPlayback().
| const QString MythTVMenuItemContext::m_actionText |
Definition at line 72 of file mythtvmenu.h.
Referenced by AddButton().
| MenuCategory MythTVMenuItemContext::m_category { kMenuCategoryItem } |
Definition at line 67 of file mythtvmenu.h.
Referenced by AddButton(), TV::MenuItemDisplayCutlist(), and TV::MenuItemDisplayPlayback().
| MenuCurrentContext MythTVMenuItemContext::m_currentContext { kMenuCurrentDefault } |
Definition at line 70 of file mythtvmenu.h.
Referenced by AddButton(), TV::MenuItemDisplayCutlist(), and TV::MenuItemDisplayPlayback().
| const MythTVMenu& MythTVMenuItemContext::m_menu |
Definition at line 65 of file mythtvmenu.h.
Referenced by TV::MenuItemDisplay(), TV::MenuItemDisplayCutlist(), and TV::MenuItemDisplayPlayback().
| const QString MythTVMenuItemContext::m_menuName |
Definition at line 68 of file mythtvmenu.h.
Referenced by TV::MenuItemDisplayCutlist(), and TV::MenuItemDisplayPlayback().
| const QDomNode& MythTVMenuItemContext::m_node |
Definition at line 66 of file mythtvmenu.h.
Referenced by TV::MenuItemDisplayCutlist(), and TV::MenuItemDisplayPlayback().
| MenuShowContext MythTVMenuItemContext::m_showContext { kMenuShowActive } |
Definition at line 69 of file mythtvmenu.h.
Referenced by AddButton().
Definition at line 73 of file mythtvmenu.h.
Referenced by AddButton(), TV::MenuItemDisplayCutlist(), and TV::MenuItemDisplayPlayback().