MythTV
master
|
#include <libmythui/mythnotificationcenter.h>
Public Member Functions | |
MythNotificationCenterEvent () | |
MythNotificationCenterEvent (MythNotificationCenterEvent &&)=delete | |
MythNotificationCenterEvent & | operator= (MythNotificationCenterEvent &&)=delete |
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 |
Static Public Attributes | |
static const Type | kEventType |
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 | |
MythNotificationCenterEvent (const MythNotificationCenterEvent &other)=default | |
MythNotificationCenterEvent & | operator= (const MythNotificationCenterEvent &other)=default |
Protected Member Functions inherited from MythEvent | |
MythEvent (const MythEvent &other)=default | |
MythEvent & | operator= (const MythEvent &other)=default |
Additional Inherited Members | |
Protected Attributes inherited from MythEvent | |
QString | m_message |
QStringList | m_extradata |
Definition at line 25 of file mythnotificationcenter.h.
|
inline |
Definition at line 28 of file mythnotificationcenter.h.
|
delete |
|
protecteddefault |
|
delete |
|
protecteddefault |
|
static |
Definition at line 30 of file mythnotificationcenter.h.
Referenced by MythMainWindow::customEvent().