MythTV
master
|
#include <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 |
![]() | |
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 |
Public Attributes | |
int | m_trackID |
uint | m_volume {0} |
bool | m_isMuted {false} |
Static Public Attributes | |
static Type | TrackChangeEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | VolumeChangeEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | TrackAddedEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | TrackRemovedEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | TrackUnavailableEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | AllTracksRemovedEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | MetadataChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | TrackStatsChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | AlbumArtChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | CDChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | PlaylistChangedEvent = (QEvent::Type) QEvent::registerEventType() |
static Type | PlayedTracksChangedEvent = (QEvent::Type) QEvent::registerEventType() |
![]() | |
static Type | MythEventMessage |
static Type | MythUserMessage |
static Type | kUpdateTvProgressEventType |
static Type | kExitToMainMenuEventType |
static Type | kMythPostShowEventType |
static Type | kPushDisableDrawingEventType |
static Type | kPopDisableDrawingEventType |
static Type | kLockInputDevicesEventType |
static Type | kUnlockInputDevicesEventType |
static Type | kUpdateBrowseInfoEventType |
static Type | kDisableUDPListenerEventType |
static Type | kEnableUDPListenerEventType |
Additional Inherited Members | |
![]() | |
QString | m_message |
QStringList | m_extradata |
Definition at line 21 of file musicplayer.h.
|
inline |
Definition at line 24 of file musicplayer.h.
Referenced by clone().
Definition at line 26 of file musicplayer.h.
|
overridedefault |
|
inlineoverridevirtual |
Reimplemented from MythEvent.
Definition at line 30 of file musicplayer.h.
int MusicPlayerEvent::m_trackID |
Definition at line 34 of file musicplayer.h.
Referenced by SearchView::customEvent(), and MusicCommon::customEvent().
uint MusicPlayerEvent::m_volume {0} |
Definition at line 37 of file musicplayer.h.
Definition at line 38 of file musicplayer.h.
|
static |
Definition at line 40 of file musicplayer.h.
Referenced by VisualizerView::customEvent(), LyricsView::customEvent(), StreamView::customEvent(), MusicCommon::customEvent(), MusicPlayer::customEvent(), and MusicPlayer::decoderHandlerReady().
|
static |
Definition at line 41 of file musicplayer.h.
Referenced by MusicCommon::customEvent(), and MusicPlayer::sendVolumeChangedEvent().
|
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 MusicPlayer::activePlaylistChanged(), SearchView::customEvent(), MusicCommon::customEvent(), and PlaylistEditorView::customEvent().
|
static |
Definition at line 44 of file musicplayer.h.
Referenced by MusicCommon::customEvent(), and MusicPlayer::sendTrackUnavailableEvent().
|
static |
Definition at line 45 of file musicplayer.h.
Referenced by MusicPlayer::activePlaylistChanged(), SearchView::customEvent(), MusicCommon::customEvent(), and PlaylistEditorView::customEvent().
|
static |
Definition at line 46 of file musicplayer.h.
Referenced by SearchView::customEvent(), MusicCommon::customEvent(), PlaylistEditorView::customEvent(), and MusicPlayer::sendMetadataChangedEvent().
|
static |
Definition at line 47 of file musicplayer.h.
Referenced by MusicCommon::customEvent(), and MusicPlayer::sendTrackStatsChangedEvent().
|
static |
Definition at line 48 of file musicplayer.h.
Referenced by MusicCommon::customEvent(), PlaylistEditorView::customEvent(), and MusicPlayer::sendAlbumArtChangedEvent().
|
static |
Definition at line 49 of file musicplayer.h.
Referenced by PlaylistEditorView::customEvent(), and MusicPlayer::sendCDChangedEvent().
|
static |
Definition at line 50 of file musicplayer.h.
Referenced by PlaylistEditorView::customEvent(), and MusicPlayer::playlistChanged().
|
static |
Definition at line 51 of file musicplayer.h.
Referenced by VisualizerView::customEvent(), LyricsView::customEvent(), StreamView::customEvent(), and MusicPlayer::customEvent().