|
MythTV
0.26-pre
|
Event that can be dispatched from a MythScreenType when it has completed loading. More...
#include <mythscreentype.h>
Public Member Functions | |
| ScreenLoadCompletionEvent (const QString &id) | |
| QString | GetId () |
Static Public Attributes | |
| static Type | kEventType |
Private Attributes | |
| QString | m_id |
Event that can be dispatched from a MythScreenType when it has completed loading.
Definition at line 19 of file mythscreentype.h.
| ScreenLoadCompletionEvent::ScreenLoadCompletionEvent | ( | const QString & | id | ) | [inline] |
Definition at line 22 of file mythscreentype.h.
| QString ScreenLoadCompletionEvent::GetId | ( | ) | [inline] |
Definition at line 25 of file mythscreentype.h.
Referenced by ProgLister::customEvent().
QEvent::Type ScreenLoadCompletionEvent::kEventType [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 27 of file mythscreentype.h.
Referenced by ProgLister::customEvent().
QString ScreenLoadCompletionEvent::m_id [private] |
Definition at line 30 of file mythscreentype.h.
1.7.6.1