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

Event that can be dispatched from a MythScreenType when it has completed loading. More...

#include <mythscreentype.h>

Inheritance diagram for ScreenLoadCompletionEvent:
Inheritance graph
[legend]
Collaboration diagram for ScreenLoadCompletionEvent:
Collaboration graph
[legend]

Public Member Functions

 ScreenLoadCompletionEvent (QString id)
 
QString GetId ()
 

Static Public Attributes

static const Type kEventType
 

Private Attributes

QString m_id
 

Detailed Description

Event that can be dispatched from a MythScreenType when it has completed loading.

Definition at line 25 of file mythscreentype.h.

Constructor & Destructor Documentation

◆ ScreenLoadCompletionEvent()

ScreenLoadCompletionEvent::ScreenLoadCompletionEvent ( QString  id)
inlineexplicit

Definition at line 28 of file mythscreentype.h.

Member Function Documentation

◆ GetId()

QString ScreenLoadCompletionEvent::GetId ( )
inline

Definition at line 31 of file mythscreentype.h.

Member Data Documentation

◆ kEventType

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

Definition at line 33 of file mythscreentype.h.

Referenced by PrevRecordedList::customEvent(), and ProgLister::customEvent().

◆ m_id

QString ScreenLoadCompletionEvent::m_id
private

Definition at line 36 of file mythscreentype.h.


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