MythTV
master
|
#include <libmythtv/osd.h>
Classes | |
class | MythOSDBackButton |
class | MythOSDDialogButton |
Public Attributes | |
QString | m_dialogName |
QString | m_message { } |
std::chrono::milliseconds | m_timeout { 0ms } |
std::vector< MythOSDDialogButton > | m_buttons { } |
MythOSDBackButton | m_back { } |
QString MythOSDDialogData::m_dialogName |
Definition at line 84 of file osd.h.
Referenced by OSD::ShowDialog().
QString MythOSDDialogData::m_message { } |
Definition at line 85 of file osd.h.
Referenced by OSD::ShowDialog().
std::chrono::milliseconds MythOSDDialogData::m_timeout { 0ms } |
Definition at line 86 of file osd.h.
Referenced by OSD::ShowDialog().
std::vector<MythOSDDialogButton> MythOSDDialogData::m_buttons { } |
Definition at line 87 of file osd.h.
Referenced by MythTVMenuItemContext::AddButton(), TV::MenuItemDisplayCutlist(), TV::MenuItemDisplayPlayback(), and OSD::ShowDialog().
MythOSDBackButton MythOSDDialogData::m_back { } |
Definition at line 88 of file osd.h.
Referenced by OSD::ShowDialog().