|
MythTV master
|
#include <mythplugins/mythmusic/mythmusic/decoder.h>
Public Member Functions | |
| DecoderEvent (Type type) | |
| DecoderEvent (QString *e) | |
| ~DecoderEvent () override | |
| const QString * | errorMessage () const |
| MythEvent * | clone (void) const override |
| DecoderEvent (DecoderEvent &&)=delete | |
| DecoderEvent & | operator= (DecoderEvent &&)=delete |
Public Member Functions inherited from MythEvent | |
| MythEvent (int type) | |
| MythEvent (int type, QString lmessage) | |
| MythEvent (int type, QString lmessage, QStringList lextradata) | |
| MythEvent (QString lmessage) | |
| MythEvent (QString lmessage, QStringList lextradata) | |
| MythEvent (QString lmessage, const QString &lextradata) | |
| ~MythEvent () override | |
| const QString & | Message () const |
| const QString & | ExtraData (int idx=0) const |
| const QStringList & | ExtraDataList () const |
| int | ExtraDataCount () const |
| void | log (const QString &prefix) |
| MythEvent * | clone () const override |
| MythEvent (MythEvent &&)=delete | |
| MythEvent & | operator= (MythEvent &&)=delete |
Static Public Attributes | |
| static const Type | kDecoding |
| static const Type | kStopped |
| static const Type | kFinished |
| static const Type | kError |
Static Public Attributes inherited from MythEvent | |
| static const Type | kMythEventMessage |
| static const Type | kMythUserMessage |
| static const Type | kUpdateTvProgressEventType |
| static const Type | kExitToMainMenuEventType |
| static const Type | kMythPostShowEventType |
| static const Type | kPushDisableDrawingEventType |
| static const Type | kPopDisableDrawingEventType |
| static const Type | kLockInputDevicesEventType |
| static const Type | kUnlockInputDevicesEventType |
| static const Type | kUpdateBrowseInfoEventType |
| static const Type | kDisableUDPListenerEventType |
| static const Type | kEnableUDPListenerEventType |
Protected Member Functions | |
| DecoderEvent & | operator= (const DecoderEvent &other)=default |
Protected Member Functions inherited from MythEvent | |
| MythEvent (const MythEvent &other)=default | |
| MythEvent & | operator= (const MythEvent &other)=default |
Private Member Functions | |
| DecoderEvent (const DecoderEvent &o) | |
Private Attributes | |
| QString * | m_errorMsg {nullptr} |
Additional Inherited Members | |
Protected Attributes inherited from MythEvent | |
| QString | m_message |
| QStringList | m_extradata |
|
inlineexplicit |
|
inlineprivate |
|
delete |
|
inlineoverride |
|
inline |
|
protecteddefault |
|
delete |
|
static |
Definition at line 45 of file decoder.h.
Referenced by avfDecoder::run(), and CdDecoder::run().
|
static |
Definition at line 48 of file decoder.h.
Referenced by MusicPlayer::customEvent(), CdDecoder::initialize(), and CdDecoder::run().
|
static |
Definition at line 47 of file decoder.h.
Referenced by MusicPlayer::customEvent(), CdDecoder::deinit(), avfDecoder::run(), and CdDecoder::run().
|
static |
Definition at line 46 of file decoder.h.
Referenced by MusicPlayer::customEvent(), avfDecoder::run(), and CdDecoder::run().
|
private |
Definition at line 67 of file decoder.h.
Referenced by DecoderEvent(), errorMessage(), and ~DecoderEvent().