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, const Metadata &m) | |
| ~DecoderHandlerEvent () | |
| QString * | getMessage (void) const |
| Metadata * | getMetadata (void) const |
| virtual MythEvent * | clone (void) const |
Static Public Attributes | |
| static Type | Ready = (QEvent::Type) QEvent::registerEventType() |
| static Type | Meta = (QEvent::Type) QEvent::registerEventType() |
| static Type | Info = (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() |
Private Attributes | |
| QString * | m_msg |
| Metadata * | m_meta |
Events sent by the DecoderHandler and it's helper classes.
Definition at line 37 of file decoderhandler.h.
| DecoderHandlerEvent::DecoderHandlerEvent | ( | Type | t | ) | [inline] |
Definition at line 40 of file decoderhandler.h.
Referenced by clone().
| DecoderHandlerEvent::DecoderHandlerEvent | ( | Type | t, | |
| QString * | e | |||
| ) | [inline] |
Definition at line 43 of file decoderhandler.h.
| DecoderHandlerEvent::DecoderHandlerEvent | ( | Type | t, | |
| const Metadata & | m | |||
| ) |
Definition at line 35 of file decoderhandler.cpp.
| DecoderHandlerEvent::~DecoderHandlerEvent | ( | void | ) |
Definition at line 41 of file decoderhandler.cpp.
| QString* DecoderHandlerEvent::getMessage | ( | void | ) | const [inline] |
Definition at line 49 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent().
| Metadata* DecoderHandlerEvent::getMetadata | ( | void | ) | const [inline] |
Definition at line 50 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent().
| MythEvent * DecoderHandlerEvent::clone | ( | void | ) | const [virtual] |
Reimplemented from MythEvent.
Definition at line 50 of file decoderhandler.cpp.
QEvent::Type DecoderHandlerEvent::Ready = (QEvent::Type) QEvent::registerEventType() [static] |
Definition at line 54 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent(), and DecoderHandler::doConnectDecoder().
QEvent::Type DecoderHandlerEvent::Meta = (QEvent::Type) QEvent::registerEventType() [static] |
Definition at line 55 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent(), DecoderIOFactoryShoutCast::shoutcastMeta(), and DecoderIOFactoryShoutCast::stop().
QEvent::Type DecoderHandlerEvent::Info = (QEvent::Type) QEvent::registerEventType() [static] |
Definition at line 56 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent().
QEvent::Type DecoderHandlerEvent::OperationStart = (QEvent::Type) QEvent::registerEventType() [static] |
Definition at line 57 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent().
QEvent::Type DecoderHandlerEvent::OperationStop = (QEvent::Type) QEvent::registerEventType() [static] |
Definition at line 58 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent().
QEvent::Type DecoderHandlerEvent::Error = (QEvent::Type) QEvent::registerEventType() [static] |
Definition at line 59 of file decoderhandler.h.
Referenced by MusicPlayer::customEvent().
QString* DecoderHandlerEvent::m_msg [private] |
Definition at line 62 of file decoderhandler.h.
Referenced by clone(), getMessage(), and ~DecoderHandlerEvent().
Metadata* DecoderHandlerEvent::m_meta [private] |
Definition at line 63 of file decoderhandler.h.
Referenced by clone(), DecoderHandlerEvent(), getMetadata(), and ~DecoderHandlerEvent().
1.6.3