Home
last modified time | relevance | path

Searched refs:getSongByRow (Results 1 – 3 of 3) sorted by relevance

/dports/audio/cantata/cantata-2.4.2/models/
H A Dplayqueuemodel.h106 Song getSongByRow(const qint32 row) const;
H A Dplayqueuemodel.cpp1025 Song PlayQueueModel::getSongByRow(const qint32 row) const in getSongByRow() function in PlayQueueModel
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dmainwindow.cpp1771 Song pqSong=PlayQueueModel::self()->getSongByRow(PlayQueueModel::self()->currentSongRow()); in updatePlayQueue()
2100 … Song s = PlayQueueModel::self()->getSongByRow(playQueueProxyModel.mapToSource(idx).row()); in addToExistingStoredPlaylist()
2603 … Song s=PlayQueueModel::self()->getSongByRow(PlayQueueModel::self()->getRowById(nextTrackId)); in updateNextTrack()