Home
last modified time | relevance | path

Searched refs:Role_IsCurrent (Results 1 – 8 of 8) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylistview.cpp492 bool is_current = index.data(Playlist::Role_IsCurrent).toBool(); in drawRow()
814 if (index.data(Playlist::Role_IsCurrent).toBool() || in RatingHoverIn()
815 old_index.data(Playlist::Role_IsCurrent).toBool()) { in RatingHoverIn()
836 if (old_index.data(Playlist::Role_IsCurrent).toBool()) { in RatingHoverOut()
H A Dplaylist.h123 Role_IsCurrent = Qt::UserRole + 1, enumerator
H A Dplaylistdelegates.cpp197 if (index.data(Playlist::Role_IsCurrent).toBool()) { in Adjusted()
H A Dplaylist.cpp277 case Role_IsCurrent: in data()
376 if (data(index, Role_IsCurrent).toBool()) { in data()
391 if (data(index, Role_IsCurrent).toBool()) { in data()
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylistview.cpp500 bool is_current = idx.data(Playlist::Role_IsCurrent).toBool();
1555 …if (idx.data(Playlist::Role_IsCurrent).toBool() || old_index.data(Playlist::Role_IsCurrent).toBool…
1578 if (old_index.data(Playlist::Role_IsCurrent).toBool()) {
H A Dplaylist.h138 Role_IsCurrent = Qt::UserRole + 1,
H A Dplaylistdelegates.cpp246 if (idx.data(Playlist::Role_IsCurrent).toBool()) {
H A Dplaylist.cpp279 case Role_IsCurrent: in data()
348 if (data(idx, Role_IsCurrent).toBool()) { in data()
363 if (data(idx, Role_IsCurrent).toBool()) { in data()