|
MythTV master
|
#include <QKeyEvent>#include <QObject>#include <libmythtv/audio/audiooutput.h>#include <libmythbase/mythpluginexport.h>#include <libmythmetadata/musicmetadata.h>#include <libmythui/mythscreentype.h>#include "musicplayer.h"#include "playlist.h"Go to the source code of this file.
Classes | |
| class | MusicCommon |
| class | MythMusicVolumeDialog |
| class | TrackInfoDialog |
Enumerations | |
| enum | MusicView : std::uint8_t { MV_PLAYLIST , MV_LYRICS , MV_PLAYLISTEDITORTREE , MV_PLAYLISTEDITORGALLERY , MV_VISUALIZER , MV_SEARCH , MV_ARTISTINFO , MV_ALBUMINFO , MV_TRACKINFO , MV_RADIO , MV_MINIPLAYER , MV_VISUALIZERINFO } |
Functions | |
| Q_DECLARE_METATYPE (MusicView) | |
| enum MusicView : std::uint8_t |
| Enumerator | |
|---|---|
| MV_PLAYLIST | |
| MV_LYRICS | |
| MV_PLAYLISTEDITORTREE | |
| MV_PLAYLISTEDITORGALLERY | |
| MV_VISUALIZER | |
| MV_SEARCH | |
| MV_ARTISTINFO | |
| MV_ALBUMINFO | |
| MV_TRACKINFO | |
| MV_RADIO | |
| MV_MINIPLAYER | |
| MV_VISUALIZERINFO | |
Definition at line 31 of file musiccommon.h.
| Q_DECLARE_METATYPE | ( | MusicView | ) |