|
MythTV master
|
#include <utility>#include <QList>#include <QMap>#include <libmythmetadata/musicmetadata.h>#include "musicplayer.h"#include "playlistcontainer.h"Go to the source code of this file.
Classes | |
| struct | PlaylistOptions |
| class | Playlist |
Typedefs | |
| using | SongList = QList< MusicMetadata::IdType > |
Enumerations | |
| enum | InsertPLOption : std::uint8_t { PL_REPLACE = 1 , PL_INSERTATBEGINNING , PL_INSERTATEND , PL_INSERTAFTERCURRENT } |
| enum | PlayPLOption : std::uint8_t { PL_FIRST = 1 , PL_FIRSTNEW , PL_CURRENT } |
| using SongList = QList<MusicMetadata::IdType> |
Definition at line 43 of file playlist.h.
| enum InsertPLOption : std::uint8_t |
| Enumerator | |
|---|---|
| PL_REPLACE | |
| PL_INSERTATBEGINNING | |
| PL_INSERTATEND | |
| PL_INSERTAFTERCURRENT | |
Definition at line 22 of file playlist.h.
| enum PlayPLOption : std::uint8_t |
| Enumerator | |
|---|---|
| PL_FIRST | |
| PL_FIRSTNEW | |
| PL_CURRENT | |
Definition at line 30 of file playlist.h.