Home
last modified time | relevance | path

Searched refs:stopAfterCurrent (Results 1 – 9 of 9) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/
H A DAmarokPlaylistScript.h133 Q_INVOKABLE bool stopAfterCurrent();
H A DAmarokPlaylistScript.cpp163 AmarokPlaylistScript::stopAfterCurrent() in stopAfterCurrent() function in AmarokPlaylistScript
/dports/audio/cantata/cantata-2.4.2/models/
H A Dplayqueuemodel.cpp397 , stopAfterCurrent(false) in PlayQueueModel()
655 …case MPDState_Playing: return (int)(stopAfterCurrent ? GroupedView::State_StopAfter : GroupedView:… in data()
670 …case MPDState_Playing: return (int)(stopAfterCurrent ? GroupedView::State_StopAfter : GroupedView:… in data()
789 …case MPDState_Playing: return MonoIcon::icon(stopAfterCurrent ? FontAwesome::playcircle : FontAwes… in data()
1206 bool clear=track==stopAfterTrackId || (track==currentSongId && stopAfterCurrent); in setStopAfterTrack()
1626 if (afterCurrent!=stopAfterCurrent) { in stopAfterCurrentChanged()
1627 stopAfterCurrent=afterCurrent; in stopAfterCurrentChanged()
H A Dplayqueuemodel.h192 bool stopAfterCurrent; variable
/dports/audio/cantata/cantata-2.4.2/mpd-interface/
H A Dmpdconnection.cpp261 , stopAfterCurrent(false) in MPDConnection()
1400 if (stopAfterCurrent && songId==currentSongId && songPos>time) { in setSeekId()
1442 if (!stopAfterCurrent) { in stopPlaying()
1477 …if (stopAfterCurrent && (currentSongId!=sv.songId || (songPos>0 && sv.timeElapsed<(qint32)songPos)… in getStatus()
2173 if (afterCurrent!=stopAfterCurrent) { in toggleStopAfterCurrent()
2174 stopAfterCurrent=afterCurrent; in toggleStopAfterCurrent()
2176 if (stopAfterCurrent && 1==playQueueIds.count()) { in toggleStopAfterCurrent()
2183 emit stopAfterCurrentChanged(stopAfterCurrent); in toggleStopAfterCurrent()
H A Dmpdconnection.h519 bool stopAfterCurrent; variable
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dmainwindow.h359 bool stopAfterCurrent; variable
H A Dmainwindow.cpp160 , stopAfterCurrent(false) in MainWindow()
/dports/audio/cantata/cantata-2.4.2/
H A DChangeLog712 46. Connect MPRIS stopAfterCurrent signal to correct action.