Home
last modified time | relevance | path

Searched refs:stop_after_current (Results 1 – 11 of 11) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylist.h201 bool stop_after_current() const;
H A Dplaylist.cpp1792 bool Playlist::stop_after_current() const { in stop_after_current() function in Playlist
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylist.h209 bool stop_after_current() const;
H A Dplaylist.cpp1747 bool Playlist::stop_after_current() const { in stop_after_current() function in Playlist
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dstreamer.c96 static int stop_after_current = 0; variable
1541 if (stop_after_current) { in streamer_next()
1546 stop_after_current = 0; in streamer_next()
2798 stop_after_current = conf_get_int ("playlist.stop_after_current", 0); in streamer_configchanged()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dgtkui.c626 int stop_after_current = deadbeef->conf_get_int ("playlist.stop_after_current", 0); in gtkui_on_configchanged() local
627 …K_CHECK_MENU_ITEM (lookup_widget (mainwin, "stop_after_current")), stop_after_current ? TRUE : FAL… in gtkui_on_configchanged()
H A Dinterface.c98 GtkWidget *stop_after_current; in create_mainwin() local
386 stop_after_current = gtk_check_menu_item_new_with_mnemonic (_("Stop after current track")); in create_mainwin()
387 gtk_widget_show (stop_after_current); in create_mainwin()
388 gtk_container_add (GTK_CONTAINER (Playback_menu), stop_after_current); in create_mainwin()
587 g_signal_connect ((gpointer) stop_after_current, "activate", in create_mainwin()
680 GLADE_HOOKUP_OBJECT (mainwin, stop_after_current, "stop_after_current"); in create_mainwin()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/core/
H A Dplayer.cpp223 if (app_->playlist_manager()->active()->stop_after_current()) { in HandleStopAfter()
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dplayer.cpp445 if (app_->playlist_manager()->active()->stop_after_current()) { in HandleStopAfter()
H A Dmainwindow.cpp1574 emit StopAfterToggled(app_->playlist_manager()->active()->stop_after_current());
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dmainwindow.cpp1438 app_->playlist_manager()->active()->stop_after_current()); in StopAfterCurrent()