Home
last modified time | relevance | path

Searched refs:PlaylistRole (Results 1 – 24 of 24) sorted by last modified time

/dports/multimedia/navidrome/navidrome-0.40.0/server/subsonic/responses/
H A Dresponses.go265 PlaylistRole bool `xml:"playlistRole,attr" json:"playlistRole"` member
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/playlistbrowser/
H A DPlaylistBrowserModel.cpp175 case PlaylistBrowserModel::PlaylistRole: in data()
H A DPlaylistBrowserModel.h55 PlaylistRole = Qt::UserRole + 22, // PlaylistPtr for associated playlist or null in Q_DECLARE_METATYPE() enumerator
H A DPlaylistBrowserView.cpp300 PlaylistPtr playlist = idx.data( PlaylistBrowserModel::PlaylistRole ).value<PlaylistPtr>(); in actionsFor()
H A DDynamicCategory.cpp191 QVariant v = m_tree->model()->data( indexes.first(), Dynamic::DynamicModel::PlaylistRole ); in selectionChanged()
H A DDynamicView.cpp115 QVariant v = model()->data( indexes.first(), Dynamic::DynamicModel::PlaylistRole ); in editSelected()
183 QVariant v = model()->data( index, Dynamic::DynamicModel::PlaylistRole ); in mouseDoubleClickEvent()
216 QVariant v = model()->data( index, Dynamic::DynamicModel::PlaylistRole ); in contextMenuEvent()
260 QVariant parentV = model()->data( parentIndex, Dynamic::DynamicModel::PlaylistRole ); in contextMenuEvent()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/dynamic/
H A DDynamicModel.cpp274 case PlaylistRole: in data()
H A DDynamicModel.h45 PlaylistRole = 0xf00e, enumerator
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/dynamic/
H A DTestDynamicModel.cpp77 QVERIFY( model->data( playlistIndex, Dynamic::DynamicModel::PlaylistRole ).isValid() ); in testData()
82 QVERIFY( !model->data( biasIndex, Dynamic::DynamicModel::PlaylistRole ).isValid() ); in testData()
/dports/audio/gonic/gonic-0.8.4/server/ctrlsubsonic/spec/
H A Dspec.go209 PlaylistRole bool `xml:"playlistRole,attr" json:"playlistRole"` member
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayer_lists.cpp51 return ((KMPlayer::PlaylistRole *)m_document->role (KMPlayer::RolePlaylist))->caption (); in prettyName()
167 return (KMPlayer::PlaylistRole *) this ; in role()
238 … pn = ((KMPlayer::PlaylistRole *)parentNode ()->role (KMPlayer::RolePlaylist))->caption (); in activate()
350 return (KMPlayer::PlaylistRole *) this ; in role()
H A Dkmplayerplaylist.cpp716 QString PlaylistRole::caption () const { in caption()
720 void PlaylistRole::setCaption (const QString &s) { in setCaption()
820 return !title.isEmpty () ? (PlaylistRole *) this : NULL; in role()
1382 ? (PlaylistRole *) this : NULL; in role()
H A Dplaymodel.cpp166 PlaylistRole *title = (PlaylistRole *) item->node->role (RolePlaylist); in setData()
355 PlaylistRole *title = (PlaylistRole *) e->role (RolePlaylist); in populate()
H A Dkmplayer_atom.h50 class KMPLAYER_NO_EXPORT Feed : public Element, public PlaylistRole {
59 class KMPLAYER_NO_EXPORT Entry : public Element, public PlaylistRole {
H A Dkmplayer_rss.cpp65 previousSibling () || nextSibling () ? (PlaylistRole *) this : NULL; in role()
H A Dkmplayer_rss.h45 class KMPLAYER_NO_EXPORT Rss : public Element, public PlaylistRole
54 class KMPLAYER_NO_EXPORT Channel : public Element, public PlaylistRole
64 class KMPLAYER_NO_EXPORT Item : public Element, public PlaylistRole {
H A Dkmplayer_smil.cpp1471 previousSibling () || nextSibling () ? (PlaylistRole *) this : NULL; in role()
3906 return !caption ().isEmpty () ? (PlaylistRole *) this : NULL; in role()
H A Dkmplayer_xspf.cpp74 return !title.isEmpty () ? (PlaylistRole *) this : NULL; in role()
H A Dkmplayer_asx.cpp54 return !title.isEmpty () ? (PlaylistRole *) this : NULL; in role()
154 ? (PlaylistRole *) this : NULL; in role()
H A Dkmplayer_atom.cpp52 return !title.isEmpty () ? (PlaylistRole *) this : NULL; in role()
100 return !title.isEmpty () ? (PlaylistRole *) this : NULL; in role()
H A Dkmplayer_lists.h94 : public KMPlayer::Element, public KMPlayer::PlaylistRole
137 : public KMPlayer::Element, public KMPlayer::PlaylistRole
H A Dkmplayer_opml.cpp54 return !title.isEmpty () ? (PlaylistRole *) this : NULL; in role()
H A Dkmplayer_opml.h39 class KMPLAYER_NO_EXPORT Opml : public Element, public PlaylistRole {
H A Dkmplayerplaylist.h610 class KMPLAYER_EXPORT PlaylistRole {
612 PlaylistRole () : editable (false) {} in PlaylistRole() function
624 class KMPLAYER_EXPORT Mrl : public Element, public PlaylistRole