MythTV
master
|
#include <mythevent.h>
Public Member Functions | |
MythInfoMapEvent (const QString &lmessage, InfoMap linfoMap) | |
MythInfoMapEvent * | clone () const override |
const InfoMap * | GetInfoMap (void) |
![]() | |
MythEvent (int type) | |
MythEvent (int type, QString lmessage) | |
MythEvent (int type, QString lmessage, QStringList lextradata) | |
MythEvent (QString lmessage) | |
MythEvent (QString lmessage, QStringList lextradata) | |
MythEvent (QString lmessage, const QString &lextradata) | |
~MythEvent () override | |
const QString & | Message () const |
const QString & | ExtraData (int idx=0) const |
const QStringList & | ExtraDataList () const |
int | ExtraDataCount () const |
Private Attributes | |
InfoMap | m_infoMap |
Additional Inherited Members | |
![]() | |
static Type | MythEventMessage |
static Type | MythUserMessage |
static Type | kUpdateTvProgressEventType |
static Type | kExitToMainMenuEventType |
static Type | kMythPostShowEventType |
static Type | kPushDisableDrawingEventType |
static Type | kPopDisableDrawingEventType |
static Type | kLockInputDevicesEventType |
static Type | kUnlockInputDevicesEventType |
static Type | kUpdateBrowseInfoEventType |
static Type | kDisableUDPListenerEventType |
static Type | kEnableUDPListenerEventType |
![]() | |
QString | m_message |
QStringList | m_extradata |
Definition at line 114 of file mythevent.h.
|
inline |
Definition at line 117 of file mythevent.h.
|
inlineoverridevirtual |
Reimplemented from MythEvent.
Definition at line 121 of file mythevent.h.
|
inline |
Definition at line 123 of file mythevent.h.
|
private |
Definition at line 126 of file mythevent.h.