|
MythTV master
|
#include <libmythbase/mythevent.h>
Public Member Functions | |
| MythInfoMapEvent (const QString &lmessage, InfoMap linfoMap) | |
| MythInfoMapEvent * | clone () const override |
| const InfoMap * | GetInfoMap (void) |
Public Member Functions inherited from MythEvent | |
| 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 |
| void | log (const QString &prefix) |
| MythEvent * | clone () const override |
| MythEvent (MythEvent &&)=delete | |
| MythEvent & | operator= (MythEvent &&)=delete |
Private Attributes | |
| InfoMap | m_infoMap |
Additional Inherited Members | |
Static Public Attributes inherited from MythEvent | |
| static const Type | kMythEventMessage |
| static const Type | kMythUserMessage |
| static const Type | kUpdateTvProgressEventType |
| static const Type | kExitToMainMenuEventType |
| static const Type | kMythPostShowEventType |
| static const Type | kPushDisableDrawingEventType |
| static const Type | kPopDisableDrawingEventType |
| static const Type | kLockInputDevicesEventType |
| static const Type | kUnlockInputDevicesEventType |
| static const Type | kUpdateBrowseInfoEventType |
| static const Type | kDisableUDPListenerEventType |
| static const Type | kEnableUDPListenerEventType |
Protected Member Functions inherited from MythEvent | |
| MythEvent (const MythEvent &other)=default | |
| MythEvent & | operator= (const MythEvent &other)=default |
Protected Attributes inherited from MythEvent | |
| QString | m_message |
| QStringList | m_extradata |
Definition at line 128 of file mythevent.h.
|
inline |
Definition at line 131 of file mythevent.h.
|
inlineoverride |
Definition at line 135 of file mythevent.h.
|
inline |
Definition at line 137 of file mythevent.h.
|
private |
Definition at line 140 of file mythevent.h.