Home
last modified time | relevance | path

Searched refs:InformOfCurrentSongChange (Results 1 – 6 of 6) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dplayer.cpp326 app_->playlist_manager()->active()->InformOfCurrentSongChange(autoscroll_, true); in HandleLoadResult()
717 … app_->playlist_manager()->active()->InformOfCurrentSongChange(Playlist::AutoScroll_Maybe, false); in SeekTo()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylist.h290 void InformOfCurrentSongChange();
H A Dplaylist.cpp685 InformOfCurrentSongChange(); in set_current_row()
1779 InformOfCurrentSongChange(); in SetStreamMetadata()
1973 InformOfCurrentSongChange(); in ReloadItems()
2199 void Playlist::InformOfCurrentSongChange() { in InformOfCurrentSongChange() function in Playlist
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylist.h266 void InformOfCurrentSongChange(const AutoScroll autoscroll, const bool minor);
H A Dplaylist.cpp461 InformOfCurrentSongChange(AutoScroll_Never, minor); in ItemReloadComplete()
694 InformOfCurrentSongChange(autoscroll, false); in set_current_row()
1732 InformOfCurrentSongChange(AutoScroll_Never, minor); in SetStreamMetadata()
2096 void Playlist::InformOfCurrentSongChange(const AutoScroll autoscroll, const bool minor) { in InformOfCurrentSongChange() function in Playlist
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/core/
H A Dplayer.cpp145 app_->playlist_manager()->active()->InformOfCurrentSongChange(); in HandleLoadResult()