MythTV
master
|
#include <mythplugins/mythmusic/mythmusic/musicplayer.h>
Public Member Functions | |
MusicPlayerEvent (Type type, int id) | |
MusicPlayerEvent (Type type, uint vol, bool muted) | |
~MusicPlayerEvent () override=default | |
MythEvent * | clone (void) const override |
MusicPlayerEvent (MusicPlayerEvent &&)=delete | |
MusicPlayerEvent & | operator= (MusicPlayerEvent &&)=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 |
Public Attributes | |
int | m_trackID |
uint | m_volume {0} |
bool | m_isMuted {false} |
Static Public Attributes | |
static const Type | kTrackChangeEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kVolumeChangeEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kTrackAddedEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kTrackRemovedEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kTrackUnavailableEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kAllTracksRemovedEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kMetadataChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kTrackStatsChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kAlbumArtChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kCDChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kPlaylistChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static const Type | kPlayedTracksChangedEvent = (QEvent::Type) QEvent::registerEventType() |
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 | |
MusicPlayerEvent (const MusicPlayerEvent &other)=default | |
MusicPlayerEvent & | operator= (const MusicPlayerEvent &other)=default |
Protected Member Functions inherited from MythEvent | |
MythEvent (const MythEvent &other)=default | |
MythEvent & | operator= (const MythEvent &other)=default |
Additional Inherited Members | |
Protected Attributes inherited from MythEvent | |
QString | m_message |
QStringList | m_extradata |
Definition at line 20 of file musicplayer.h.
|
inline |
Definition at line 23 of file musicplayer.h.
Referenced by clone().
Definition at line 25 of file musicplayer.h.
|
overridedefault |
|
protecteddefault |
|
delete |
|
inlineoverride |
Definition at line 29 of file musicplayer.h.
|
protecteddefault |
|
delete |
int MusicPlayerEvent::m_trackID |
Definition at line 33 of file musicplayer.h.
Referenced by SearchView::customEvent(), and MusicCommon::customEvent().
uint MusicPlayerEvent::m_volume {0} |
Definition at line 36 of file musicplayer.h.
Definition at line 37 of file musicplayer.h.
|
static |
Definition at line 39 of file musicplayer.h.
Referenced by VisualizerView::customEvent(), LyricsView::customEvent(), StreamView::customEvent(), MusicCommon::customEvent(), MusicPlayer::customEvent(), and MusicPlayer::decoderHandlerReady().
|
static |
Definition at line 40 of file musicplayer.h.
Referenced by MusicCommon::customEvent(), and MusicPlayer::sendVolumeChangedEvent().
|
static |
Definition at line 41 of file musicplayer.h.
Referenced by MusicPlayer::activePlaylistChanged(), SearchView::customEvent(), MusicCommon::customEvent(), and PlaylistEditorView::customEvent().
|
static |
Definition at line 42 of file musicplayer.h.
Referenced by MusicPlayer::activePlaylistChanged(), SearchView::customEvent(), MusicCommon::customEvent(), and PlaylistEditorView::customEvent().
|
static |
Definition at line 43 of file musicplayer.h.
Referenced by MusicCommon::customEvent(), and MusicPlayer::sendTrackUnavailableEvent().
|
static |
Definition at line 44 of file musicplayer.h.
Referenced by MusicPlayer::activePlaylistChanged(), SearchView::customEvent(), MusicCommon::customEvent(), and PlaylistEditorView::customEvent().
|
static |
Definition at line 45 of file musicplayer.h.
Referenced by SearchView::customEvent(), MusicCommon::customEvent(), PlaylistEditorView::customEvent(), and MusicPlayer::sendMetadataChangedEvent().
|
static |
Definition at line 46 of file musicplayer.h.
Referenced by MusicCommon::customEvent(), and MusicPlayer::sendTrackStatsChangedEvent().
|
static |
Definition at line 47 of file musicplayer.h.
Referenced by MusicCommon::customEvent(), PlaylistEditorView::customEvent(), and MusicPlayer::sendAlbumArtChangedEvent().
|
static |
Definition at line 48 of file musicplayer.h.
Referenced by PlaylistEditorView::customEvent(), and MusicPlayer::sendCDChangedEvent().
|
static |
Definition at line 49 of file musicplayer.h.
Referenced by PlaylistEditorView::customEvent(), and MusicPlayer::playlistChanged().
|
static |
Definition at line 50 of file musicplayer.h.
Referenced by VisualizerView::customEvent(), LyricsView::customEvent(), StreamView::customEvent(), and MusicPlayer::customEvent().