MythTV
master
|
This is the complete list of members for Playlist, including all inherited members.
addTrack(MusicMetadata::IdType trackID, bool update_display) | Playlist | |
changed(void) | Playlist | |
checkTrack(MusicMetadata::IdType trackID) const | Playlist | |
copyTracks(Playlist *to_ptr, bool update_display) | Playlist | |
describeYourself(void) const | Playlist | |
disableSaves(void) | Playlist | inline |
doSaves(void) const | Playlist | inline |
enableSaves(void) | Playlist | inline |
fillSonglistFromList(const QList< int > &songList, bool removeDuplicates, InsertPLOption insertOption, int currentTrackID) | Playlist | |
fillSonglistFromQuery(const QString &whereClause, bool removeDuplicates=false, InsertPLOption insertOption=PL_REPLACE, int currentTrackID=0) | Playlist | |
fillSonglistFromSmartPlaylist(const QString &category, const QString &name, bool removeDuplicates=false, InsertPLOption insertOption=PL_REPLACE, int currentTrackID=0) | Playlist | |
fillSongsFromSonglist(const QString &songList) | Playlist | |
getID(void) const | Playlist | inline |
getName(void) | Playlist | inline |
getRawSongAt(int pos) const | Playlist | private |
getSongAt(int pos) const | Playlist | |
getStats(uint *trackCount, std::chrono::seconds *totalLength, uint currentTrack=0, std::chrono::seconds *playedLength=nullptr) const | Playlist | |
getTrackCount(void) | Playlist | inline |
getTrackPosition(MusicMetadata::IdType trackID) | Playlist | inline |
hasChanged(void) const | Playlist | inline |
isActivePlaylist(void) | Playlist | inline |
loadPlaylist(const QString &a_name, const QString &a_host) | Playlist | |
loadPlaylistByID(int id, const QString &a_host) | Playlist | |
m_changed | Playlist | private |
m_doSave | Playlist | private |
m_name | Playlist | private |
m_parent | Playlist | private |
m_playlistid | Playlist | private |
m_shuffledSongs | Playlist | private |
m_songs | Playlist | private |
moveTrackUpDown(bool flag, int where_its_at) | Playlist | |
Playlist(void) | Playlist | |
removeAllCDTracks(void) | Playlist | |
removeAllTracks(void) | Playlist | |
removeItemsFromList(const QString &remove_list, const QString &source_list) | Playlist | privatestatic |
removeTrack(MusicMetadata::IdType trackID) | Playlist | |
resync(void) | Playlist | |
savePlaylist(const QString &a_name, const QString &a_host) | Playlist | |
setID(int x) | Playlist | inline |
setName(const QString &a_name) | Playlist | inline |
setParent(PlaylistContainer *myparent) | Playlist | inline |
shuffleTracks(MusicPlayer::ShuffleMode mode) | Playlist | |
toRawSonglist(bool shuffled=false, bool tracksOnly=false) | Playlist | |
~Playlist() override | Playlist |