#include <decoder.h>
Public Member Functions | |
| DecoderEvent (Type t) | |
| DecoderEvent (QString *e) | |
| ~DecoderEvent () | |
| const QString * | errorMessage () const |
| virtual MythEvent * | clone (void) const |
Static Public Attributes | |
| static Type | Decoding |
| static Type | Stopped |
| static Type | Finished |
| static Type | Error |
Private Member Functions | |
| DecoderEvent (const DecoderEvent &o) | |
| DecoderEvent & | operator= (const DecoderEvent &) |
Private Attributes | |
| QString * | error_msg |
Definition at line 29 of file mythplugins/mythmusic/mythmusic/decoder.h.
| DecoderEvent::DecoderEvent | ( | Type | t | ) | [inline] |
Definition at line 32 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by clone().
| DecoderEvent::DecoderEvent | ( | QString * | e | ) | [inline] |
Definition at line 34 of file mythplugins/mythmusic/mythmusic/decoder.h.
| DecoderEvent::~DecoderEvent | ( | ) | [inline] |
Definition at line 36 of file mythplugins/mythmusic/mythmusic/decoder.h.
| DecoderEvent::DecoderEvent | ( | const DecoderEvent & | o | ) | [inline, private] |
Definition at line 52 of file mythplugins/mythmusic/mythmusic/decoder.h.
| const QString* DecoderEvent::errorMessage | ( | ) | const [inline] |
Definition at line 42 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by MusicPlayer::customEvent(), and MusicCommon::customEvent().
| virtual MythEvent* DecoderEvent::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from MythEvent.
Definition at line 44 of file mythplugins/mythmusic/mythmusic/decoder.h.
| DecoderEvent& DecoderEvent::operator= | ( | const DecoderEvent & | ) | [private] |
QEvent::Type DecoderEvent::Decoding [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 46 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by MusicPlayer::customEvent(), CdDecoder::run(), and avfDecoder::run().
QEvent::Type DecoderEvent::Stopped [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 47 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by MusicPlayer::customEvent(), CdDecoder::run(), and avfDecoder::run().
QEvent::Type DecoderEvent::Finished [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 48 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by MusicPlayer::customEvent(), CdDecoder::deinit(), CdDecoder::run(), and avfDecoder::run().
QEvent::Type DecoderEvent::Error [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 49 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by MusicPlayer::customEvent(), MusicCommon::customEvent(), CdDecoder::initialize(), and CdDecoder::run().
QString* DecoderEvent::error_msg [private] |
Definition at line 63 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by DecoderEvent(), errorMessage(), and ~DecoderEvent().
1.6.3