Searched refs:CurrentItemIndex (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DControllerView.cpp85 if (fPlaylist->CurrentItemIndex() == fPlaylist->CountItems() - 1
122 int32 index = fPlaylist->CurrentItemIndex() - 1;
133 int32 index = fPlaylist->CurrentItemIndex() + 1;
H A DMainWin.cpp723 int32 i = fPlaylist->CurrentItemIndex();
827 // fPlaylist->CurrentItemIndex());
868 || index != fPlaylist->CurrentItemIndex())
898 fPlaylist->CurrentItemIndex() + 1);
928 fPlaylist->CurrentItemIndex()));
1535 fPlaylist->CurrentItemIndex()) != B_OK
1641 fPlaylist->SetCurrentItemIndex(fPlaylist->CurrentItemIndex() + 1);
2484 fPlaylist->CurrentItemIndex());
2905 _MarkPlaylistItem(fPlaylist->CurrentItemIndex());
/haiku/src/apps/mediaplayer/playlist/
H A DMovePLItemsCommand.cpp116 PlaylistItem* current = fPlaylist->ItemAt(fPlaylist->CurrentItemIndex());
151 PlaylistItem* current = fPlaylist->ItemAt(fPlaylist->CurrentItemIndex());
H A DRemovePLItemsCommand.cpp93 if (fPlaylist->CurrentItemIndex() == -1)
147 PlaylistItem* current = fPlaylist->ItemAt(fPlaylist->CurrentItemIndex());
H A DCopyPLItemsCommand.cpp101 PlaylistItem* current = fPlaylist->ItemAt(fPlaylist->CurrentItemIndex());
H A DImportPLItemsCommand.cpp74 fPlaylingIndex = fPlaylist->CurrentItemIndex();
H A DRandomizePLItemsCommand.cpp112 PlaylistItem* current = fPlaylist->ItemAt(fPlaylist->CurrentItemIndex());
H A DPlaylist.h87 int32 CurrentItemIndex() const;
H A DPlaylistListView.cpp441 int32 index = fPlaylist->CurrentItemIndex() - 1;
452 int32 index = fPlaylist->CurrentItemIndex() + 1;
621 _SetCurrentPlaylistIndex(fPlaylist->CurrentItemIndex());
H A DPlaylist.cpp379 Playlist::CurrentItemIndex() const function in class:Playlist

Completed in 56 milliseconds