|
MythTV
0.27pre
|
Events sent by the DecoderHandler and it's helper classes.
More...
#include <decoderhandler.h>


Public Member Functions | |
| DecoderHandlerEvent (Type t) | |
| DecoderHandlerEvent (Type t, QString *e) | |
| DecoderHandlerEvent (Type t, int available, int maxSize) | |
| DecoderHandlerEvent (Type t, const MusicMetadata &m) | |
| ~DecoderHandlerEvent () | |
| QString * | getMessage (void) const |
| MusicMetadata * | getMetadata (void) const |
| void | getBufferStatus (int *available, int *maxSize) const |
| virtual MythEvent * | clone (void) const |
Public Member Functions inherited from MythEvent | |
| MythEvent (int t) | |
| MythEvent (int t, const QString lmessage) | |
| MythEvent (int t, const QString lmessage, const QStringList &lextradata) | |
| MythEvent (const QString lmessage) | |
| MythEvent (const QString lmessage, const QStringList &lextradata) | |
| MythEvent (const QString lmessage, const QString lextradata) | |
| virtual | ~MythEvent () |
| const QString & | Message () const |
| const QString & | ExtraData (int idx=0) const |
| const QStringList & | ExtraDataList () const |
| int | ExtraDataCount () const |
Static Public Attributes | |
| static Type | Ready = (QEvent::Type) QEvent::registerEventType() |
| static Type | Meta = (QEvent::Type) QEvent::registerEventType() |
| static Type | BufferStatus = (QEvent::Type) QEvent::registerEventType() |
| static Type | OperationStart = (QEvent::Type) QEvent::registerEventType() |
| static Type | OperationStop = (QEvent::Type) QEvent::registerEventType() |
| static Type | Error = (QEvent::Type) QEvent::registerEventType() |
Static Public Attributes inherited from MythEvent | |
| static Type | MythEventMessage |
| static Type | MythUserMessage |
| static Type | kUpdateTvProgressEventType |
| static Type | kExitToMainMenuEventType |
| static Type | kMythPostShowEventType |
| static Type | kEnableDrawingEventType |
| static Type | kDisableDrawingEventType |
| static Type | kPushDisableDrawingEventType |
| static Type | kPopDisableDrawingEventType |
| static Type | kLockInputDevicesEventType |
| static Type | kUnlockInputDevicesEventType |
| static Type | kUpdateBrowseInfoEventType |
| static Type | kDisableUDPListenerEventType |
| static Type | kEnableUDPListenerEventType |
Private Attributes | |
| QString * | m_msg |
| MusicMetadata * | m_meta |
| int | m_available |
| int | m_maxSize |
Events sent by the DecoderHandler and it's helper classes.
Definition at line 38 of file decoderhandler.h.
|
inline |
Definition at line 41 of file decoderhandler.h.
Referenced by clone().
|
inline |
Definition at line 44 of file decoderhandler.h.
Definition at line 47 of file decoderhandler.h.
| DecoderHandlerEvent::DecoderHandlerEvent | ( | Type | t, |
| const MusicMetadata & | m | ||
| ) |
Definition at line 35 of file decoderhandler.cpp.
| DecoderHandlerEvent::~DecoderHandlerEvent | ( | void | ) |
Definition at line 41 of file decoderhandler.cpp.
|
inline |
Definition at line 54 of file decoderhandler.h.
Referenced by StreamView::customEvent(), MusicCommon::customEvent(), and MusicPlayer::customEvent().
|
inline |
Definition at line 55 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent().
Definition at line 66 of file decoderhandler.cpp.
Referenced by StreamView::customEvent(), and MusicPlayer::customEvent().
Reimplemented from MythEvent.
Definition at line 50 of file decoderhandler.cpp.
|
static |
Definition at line 60 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent(), and DecoderHandler::doConnectDecoder().
|
static |
Definition at line 61 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent(), and DecoderIOFactoryShoutCast::shoutcastMeta().
|
static |
Definition at line 62 of file decoderhandler.h.
Referenced by StreamView::customEvent(), MusicPlayer::customEvent(), and DecoderIOFactoryShoutCast::shoutcastBufferStatus().
|
static |
Definition at line 63 of file decoderhandler.h.
Referenced by StreamView::customEvent().
|
static |
Definition at line 64 of file decoderhandler.h.
Referenced by StreamView::customEvent().
|
static |
Definition at line 65 of file decoderhandler.h.
Referenced by MusicCommon::customEvent(), and MusicPlayer::customEvent().
|
private |
Definition at line 68 of file decoderhandler.h.
Referenced by clone(), getMessage(), and ~DecoderHandlerEvent().
|
private |
Definition at line 69 of file decoderhandler.h.
Referenced by clone(), DecoderHandlerEvent(), getMetadata(), and ~DecoderHandlerEvent().
|
private |
Definition at line 70 of file decoderhandler.h.
Referenced by clone(), and getBufferStatus().
|
private |
Definition at line 71 of file decoderhandler.h.
Referenced by clone(), and getBufferStatus().
1.8.1.2