#include <decoder.h>

Definition at line 25 of file mythplugins/mythmusic/mythmusic/decoder.h.
Public Types | |
| enum | Type { Decoding = (QEvent::User + 100), Stopped, Finished, Error } |
Public Member Functions | |
| DecoderEvent (Type t) | |
| DecoderEvent (QString *e) | |
| ~DecoderEvent () | |
| const QString * | errorMessage () const |
| virtual DecoderEvent * | clone () |
Private Attributes | |
| QString * | error_msg |
| enum DecoderEvent::Type |
Reimplemented from MythEvent.
Definition at line 28 of file mythplugins/mythmusic/mythmusic/decoder.h.
| DecoderEvent::DecoderEvent | ( | Type | t | ) | [inline] |
| DecoderEvent::DecoderEvent | ( | QString * | e | ) | [inline] |
Definition at line 34 of file mythplugins/mythmusic/mythmusic/decoder.h.
| DecoderEvent::~DecoderEvent | ( | ) | [inline] |
Definition at line 38 of file mythplugins/mythmusic/mythmusic/decoder.h.
| const QString* DecoderEvent::errorMessage | ( | ) | const [inline] |
Definition at line 44 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by PlaybackBoxMusic::customEvent(), and MusicPlayer::customEvent().
| DecoderEvent * DecoderEvent::clone | ( | ) | [virtual] |
QString* DecoderEvent::error_msg [private] |
Definition at line 49 of file mythplugins/mythmusic/mythmusic/decoder.h.
Referenced by clone(), errorMessage(), and ~DecoderEvent().
1.5.5