#include <playlist.h>
Definition at line 160 of file playlist.h.
| PlaylistsContainer::PlaylistsContainer | ( | AllMusic * | all_music, | |
| QString | host_name | |||
| ) |
Definition at line 267 of file playlist.cpp.
| PlaylistsContainer::~PlaylistsContainer | ( | ) |
Definition at line 289 of file playlist.cpp.
| void PlaylistsContainer::load | ( | void | ) |
| void PlaylistsContainer::describeYourself | ( | void | ) |
Definition at line 363 of file playlist.cpp.
| Playlist* PlaylistsContainer::getActive | ( | void | ) | [inline] |
Definition at line 169 of file playlist.h.
Referenced by PlaybackBoxMusic::doUpdatePlaylist(), PlaybackBoxMusic::handleTreeListSignals(), DatabaseBox::keepFilling(), PlaybackBoxMusic::occasionallyCheckCD(), and DatabaseBox::~DatabaseBox().
| Playlist * PlaylistsContainer::getPlaylist | ( | int | id | ) |
Definition at line 1423 of file playlist.cpp.
Referenced by Playlist::computeSize(), Playlist::containsReference(), copyToActive(), deletePlaylist(), DatabaseBox::deleteTrack(), PlaybackBoxMusic::handleTreeListSignals(), popBackPlaylist(), refreshRelevantPlaylists(), renamePlaylist(), and Playlist::writeTree().
| void PlaylistsContainer::setActiveWidget | ( | PlaylistTitle * | widget | ) |
| PlaylistTitle* PlaylistsContainer::getActiveWidget | ( | void | ) | [inline] |
| GenericTree * PlaylistsContainer::writeTree | ( | GenericTree * | tree_to_write_to | ) |
| void PlaylistsContainer::clearCDList | ( | ) |
Definition at line 242 of file playlist.cpp.
Referenced by PlaybackBoxMusic::occasionallyCheckCD(), and ReadCDThread::run().
| void PlaylistsContainer::addCDTrack | ( | int | x | ) |
Definition at line 247 of file playlist.cpp.
| void PlaylistsContainer::removeCDTrack | ( | int | x | ) |
Definition at line 252 of file playlist.cpp.
| bool PlaylistsContainer::checkCDTrack | ( | int | x | ) |
| void PlaylistsContainer::save | ( | void | ) |
| void PlaylistsContainer::createNewPlaylist | ( | QString | name | ) |
Definition at line 1215 of file playlist.cpp.
| void PlaylistsContainer::copyNewPlaylist | ( | QString | name | ) |
| void PlaylistsContainer::copyToActive | ( | int | index | ) |
| void PlaylistsContainer::showRelevantPlaylists | ( | TreeCheckItem * | alllist | ) |
Definition at line 1452 of file playlist.cpp.
Referenced by DatabaseBox::clearActive(), DatabaseBox::copyNewPlaylist(), DatabaseBox::keepFilling(), and DatabaseBox::popBackPlaylist().
| void PlaylistsContainer::refreshRelevantPlaylists | ( | TreeCheckItem * | alllist | ) |
Definition at line 1498 of file playlist.cpp.
Referenced by DatabaseBox::copyToActive(), DatabaseBox::deletePlaylist(), and DatabaseBox::deleteTrack().
| QString PlaylistsContainer::getPlaylistName | ( | int | index, | |
| bool & | reference | |||
| ) |
Definition at line 1362 of file playlist.cpp.
Referenced by copyToActive(), Track::postLoad(), and setActiveWidget().
| void PlaylistsContainer::postLoad | ( | void | ) |
Definition at line 1532 of file playlist.cpp.
Referenced by load(), RebuildMusicTree(), and PlaybackBoxMusic::showEditMetadataDialog().
| void PlaylistsContainer::deletePlaylist | ( | int | index | ) |
| void PlaylistsContainer::renamePlaylist | ( | int | index, | |
| QString | new_name | |||
| ) |
| void PlaylistsContainer::popBackPlaylist | ( | ) |
Definition at line 1257 of file playlist.cpp.
Referenced by deletePlaylist(), and DatabaseBox::popBackPlaylist().
| bool PlaylistsContainer::pendingWriteback | ( | ) |
| void PlaylistsContainer::setPending | ( | int | x | ) | [inline] |
| int PlaylistsContainer::getPending | ( | ) | [inline] |
| bool PlaylistsContainer::nameIsUnique | ( | QString | a_name, | |
| int | which_id | |||
| ) |
Definition at line 1557 of file playlist.cpp.
Referenced by DatabaseBox::copyNewPlaylist(), and DatabaseBox::renamePlaylist().
| void PlaylistsContainer::clearActive | ( | ) |
| bool PlaylistsContainer::doneLoading | ( | ) | [inline] |
Definition at line 205 of file playlist.h.
Referenced by PlaybackBoxMusic::checkForPlaylists(), and DatabaseBox::keepFilling().
| bool PlaylistsContainer::cleanOutThreads | ( | ) |
Definition at line 1583 of file playlist.cpp.
Referenced by postMusic(), and DatabaseBox::~DatabaseBox().
| void PlaylistsContainer::FillIntelliWeights | ( | int & | rating, | |
| int & | playcount, | |||
| int & | lastplay, | |||
| int & | random | |||
| ) |
Playlist* PlaylistsContainer::active_playlist [private] |
Definition at line 212 of file playlist.h.
Referenced by clearActive(), copyNewPlaylist(), copyToActive(), deletePlaylist(), describeYourself(), getActive(), getPlaylist(), getPlaylistName(), load(), PlaylistsContainer(), popBackPlaylist(), postLoad(), save(), writeTree(), and ~PlaylistsContainer().
Playlist* PlaylistsContainer::backup_playlist [private] |
Definition at line 213 of file playlist.h.
Referenced by clearActive(), copyToActive(), load(), PlaylistsContainer(), popBackPlaylist(), postLoad(), save(), and ~PlaylistsContainer().
QValueList<int> PlaylistsContainer::cd_playlist [private] |
Definition at line 214 of file playlist.h.
Referenced by addCDTrack(), checkCDTrack(), clearCDList(), load(), and removeCDTrack().
QPtrList<Playlist>* PlaylistsContainer::all_other_playlists [private] |
Definition at line 215 of file playlist.h.
Referenced by copyNewPlaylist(), createNewPlaylist(), deletePlaylist(), describeYourself(), getPlaylist(), getPlaylistName(), load(), nameIsUnique(), PlaylistsContainer(), postLoad(), save(), showRelevantPlaylists(), writeTree(), and ~PlaylistsContainer().
AllMusic* PlaylistsContainer::all_available_music [private] |
Definition at line 216 of file playlist.h.
Referenced by copyNewPlaylist(), createNewPlaylist(), load(), PlaylistsContainer(), and writeTree().
PlaylistTitle* PlaylistsContainer::active_widget [private] |
Definition at line 217 of file playlist.h.
Referenced by clearActive(), copyNewPlaylist(), copyToActive(), getActiveWidget(), PlaylistsContainer(), popBackPlaylist(), renamePlaylist(), and setActiveWidget().
int PlaylistsContainer::pending_writeback_index [private] |
Definition at line 218 of file playlist.h.
Referenced by clearActive(), copyNewPlaylist(), copyToActive(), deletePlaylist(), getPending(), load(), pendingWriteback(), popBackPlaylist(), refreshRelevantPlaylists(), renamePlaylist(), setActiveWidget(), setPending(), and showRelevantPlaylists().
Definition at line 220 of file playlist.h.
Referenced by cleanOutThreads(), PlaylistsContainer(), and ~PlaylistsContainer().
bool PlaylistsContainer::done_loading [private] |
Definition at line 221 of file playlist.h.
Referenced by doneLoading(), load(), and PlaylistsContainer().
QString PlaylistsContainer::my_host [private] |
Definition at line 222 of file playlist.h.
Referenced by copyNewPlaylist(), createNewPlaylist(), load(), PlaylistsContainer(), and save().
int PlaylistsContainer::RatingWeight [private] |
Definition at line 224 of file playlist.h.
Referenced by FillIntelliWeights(), and PlaylistsContainer().
int PlaylistsContainer::PlayCountWeight [private] |
Definition at line 225 of file playlist.h.
Referenced by FillIntelliWeights(), and PlaylistsContainer().
int PlaylistsContainer::LastPlayWeight [private] |
Definition at line 226 of file playlist.h.
Referenced by FillIntelliWeights(), and PlaylistsContainer().
int PlaylistsContainer::RandomWeight [private] |
Definition at line 227 of file playlist.h.
Referenced by FillIntelliWeights(), and PlaylistsContainer().
1.5.5