MythTV master
Public Member Functions | Private Attributes | List of all members
MythInfoMapEvent Class Reference

#include <libmythbase/mythevent.h>

Inheritance diagram for MythInfoMapEvent:
[legend]
Collaboration diagram for MythInfoMapEvent:
[legend]

Public Member Functions

 MythInfoMapEvent (const QString &lmessage, InfoMap linfoMap)
 
MythInfoMapEventclone () const override
 
const InfoMapGetInfoMap (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)
 
MythEventclone () const override
 
 MythEvent (MythEvent &&)=delete
 
MythEventoperator= (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
 
MythEventoperator= (const MythEvent &other)=default
 
- Protected Attributes inherited from MythEvent
QString m_message
 
QStringList m_extradata
 

Detailed Description

Definition at line 128 of file mythevent.h.

Constructor & Destructor Documentation

◆ MythInfoMapEvent()

MythInfoMapEvent::MythInfoMapEvent ( const QString &  lmessage,
InfoMap  linfoMap 
)
inline

Definition at line 131 of file mythevent.h.

Member Function Documentation

◆ clone()

MythInfoMapEvent * MythInfoMapEvent::clone ( void  ) const
inlineoverride

Definition at line 135 of file mythevent.h.

◆ GetInfoMap()

const InfoMap * MythInfoMapEvent::GetInfoMap ( void  )
inline

Definition at line 137 of file mythevent.h.

Member Data Documentation

◆ m_infoMap

InfoMap MythInfoMapEvent::m_infoMap
private

Definition at line 140 of file mythevent.h.


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