Home
last modified time | relevance | path

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

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/playlistbrowser/
H A DUserPlaylistModel.cpp132 int playlistRow = REMOVE_TRACK_MASK(parent.internalId()); in removeRows() local
135 if( playlistRow >= m_playlists.count() ) in removeRows()
138 error() << playlistRow << " while there are only " << m_playlists.count(); in removeRows()
142 Playlists::PlaylistPtr playlist = m_playlists.value( playlistRow ); in removeRows()
H A DPlaylistBrowserModel.cpp687 int playlistRow = REMOVE_TRACK_MASK(idx.internalId()); in trackFromIndex() local
688 if( playlistRow >= m_playlists.count() ) in trackFromIndex()
691 Playlists::PlaylistPtr playlist = m_playlists.value( playlistRow ); in trackFromIndex()
713 int playlistRow; in providerForIndex() local
715 playlistRow = REMOVE_TRACK_MASK( idx.internalId() ); in providerForIndex()
717 playlistRow = idx.row(); in providerForIndex()
719 if( playlistRow >= m_playlists.count() ) in providerForIndex()
722 return m_playlists.at( playlistRow )->provider(); in providerForIndex()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/draganddrop/
H A DTreeNavigationTransferHandler.java144 final PlayListDragableRow playlistRow = (PlayListDragableRow) listOfObjectsDragged in processInternalImport() local
149 navigationHandler.selectAudioObject(playlistRow in processInternalImport()