MythTV  master
Classes | Public Attributes | List of all members
MythOSDDialogData Class Reference

#include <osd.h>

Collaboration diagram for MythOSDDialogData:
Collaboration graph
[legend]

Classes

class  MythOSDBackButton
 
class  MythOSDDialogButton
 

Public Attributes

QString m_dialogName
 
QString m_message
 
std::chrono::milliseconds m_timeout { 0ms }
 
std::vector< MythOSDDialogButtonm_buttons
 
MythOSDBackButton m_back { }
 

Detailed Description

Definition at line 64 of file osd.h.

Member Data Documentation

◆ m_dialogName

QString MythOSDDialogData::m_dialogName

Definition at line 84 of file osd.h.

Referenced by OSD::ShowDialog().

◆ m_message

QString MythOSDDialogData::m_message

Definition at line 85 of file osd.h.

Referenced by OSD::ShowDialog().

◆ m_timeout

std::chrono::milliseconds MythOSDDialogData::m_timeout { 0ms }

Definition at line 86 of file osd.h.

Referenced by OSD::ShowDialog().

◆ m_buttons

std::vector<MythOSDDialogButton> MythOSDDialogData::m_buttons

◆ m_back

MythOSDBackButton MythOSDDialogData::m_back { }

Definition at line 88 of file osd.h.

Referenced by OSD::ShowDialog().


The documentation for this class was generated from the following file: