Home
last modified time | relevance | path

Searched refs:InsertSongs (Results 1 – 14 of 14) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dsongloaderinserter.cpp49 connect(this, SIGNAL(PreloadFinished()), SLOT(InsertSongs())); in Load()
71 InsertSongs(); in Load()
108 InsertSongs(); in AudioCDTracksLoaded()
122 void SongLoaderInserter::InsertSongs() { in InsertSongs() function in SongLoaderInserter
H A Dsongloaderinserter.h56 void InsertSongs();
H A Dplaylistmanager.cpp493 void PlaylistManager::InsertSongs(int id, const SongList& songs, int pos, in InsertSongs() function in PlaylistManager
497 playlists_[id].p->InsertSongs(songs, pos, play_now, enqueue); in InsertSongs()
H A Dplaylistmanager.h227 void InsertSongs(int id, const SongList& songs, int pos = -1,
H A Dplaylist.h256 void InsertSongs(const SongList& items, int pos = -1, bool play_now = false,
H A Dplaylist.cpp1128 void Playlist::InsertSongs(const SongList& songs, int pos, bool play_now, in InsertSongs() function in Playlist
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dsongloaderinserter.cpp57 …bject::connect(this, &SongLoaderInserter::PreloadFinished, this, &SongLoaderInserter::InsertSongs);
82 InsertSongs();
136 InsertSongs();
157 void SongLoaderInserter::InsertSongs() {
H A Dsongloaderinserter.h59 void InsertSongs();
H A Dplaylistmanager.cpp533 void PlaylistManager::InsertSongs(const int id, const SongList &songs, const int pos, const bool pl… in InsertSongs() function in PlaylistManager
537 playlists_[id].p->InsertSongs(songs, pos, play_now, enqueue); in InsertSongs()
H A Dplaylistmanager.h212 …void InsertSongs(const int id, const SongList &songs, const int pos = -1, const bool play_now = fa…
H A Dplaylist.h244 …void InsertSongs(const SongList &songs, const int pos = -1, const bool play_now = false, const boo…
H A Dplaylist.cpp1137 void Playlist::InsertSongs(const SongList &songs, const int pos, const bool play_now, const bool en… in InsertSongs() function in Playlist
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/networkremote/
H A Dincomingdataparser.cpp70 connect(this, SIGNAL(InsertSongs(int, const SongList&, int, bool, bool)), in IncomingDataParser()
72 SLOT(InsertSongs(int, const SongList&, int, bool, bool))); in IncomingDataParser()
289 emit InsertSongs(request.playlist_id(), songs, request.position(), in InsertUrls() local
H A Dincomingdataparser.h50 void InsertSongs(int id, const SongList& songs, int pos, bool play_now,