MythTV  master
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
MythNotificationCenterEvent Class Reference

#include <libmythui/mythnotificationcenter.h>

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

Public Member Functions

 MythNotificationCenterEvent ()
 
 MythNotificationCenterEvent (MythNotificationCenterEvent &&)=delete
 
MythNotificationCenterEventoperator= (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)
 
MythEventclone () const override
 
 MythEvent (MythEvent &&)=delete
 
MythEventoperator= (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
 
MythNotificationCenterEventoperator= (const MythNotificationCenterEvent &other)=default
 
- Protected Member Functions inherited from MythEvent
 MythEvent (const MythEvent &other)=default
 
MythEventoperator= (const MythEvent &other)=default
 

Additional Inherited Members

- Protected Attributes inherited from MythEvent
QString m_message
 
QStringList m_extradata
 

Detailed Description

Definition at line 25 of file mythnotificationcenter.h.

Constructor & Destructor Documentation

◆ MythNotificationCenterEvent() [1/3]

MythNotificationCenterEvent::MythNotificationCenterEvent ( )
inline

Definition at line 28 of file mythnotificationcenter.h.

◆ MythNotificationCenterEvent() [2/3]

MythNotificationCenterEvent::MythNotificationCenterEvent ( MythNotificationCenterEvent &&  )
delete

◆ MythNotificationCenterEvent() [3/3]

MythNotificationCenterEvent::MythNotificationCenterEvent ( const MythNotificationCenterEvent other)
protecteddefault

Member Function Documentation

◆ operator=() [1/2]

MythNotificationCenterEvent& MythNotificationCenterEvent::operator= ( MythNotificationCenterEvent &&  )
delete

◆ operator=() [2/2]

MythNotificationCenterEvent& MythNotificationCenterEvent::operator= ( const MythNotificationCenterEvent other)
protecteddefault

Member Data Documentation

◆ kEventType

const QEvent::Type MythNotificationCenterEvent::kEventType
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 30 of file mythnotificationcenter.h.

Referenced by MythMainWindow::customEvent().


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