Searched defs:indexes (Results 1 – 6 of 6) sorted by relevance
443 std::vector<int> indexes; in OnMyFavouriteListCommand() local500 std::vector<int> indexes; in OnAllTracksListCommand() local
85 void CListCtrlEx::SetCurSel(const vector<int> indexes) in SetCurSel()
1744 void CPlayer::RemoveSongs(vector<int> indexes, bool skip_locking) in RemoveSongs()1896 int CPlayer::MoveItems(std::vector<int> indexes, int dest) in MoveItems()
1448 void UiElement::ListElement::SetItemsSelected(const vector<int>& indexes) in SetItemsSelected()1738 std::vector<int> indexes; in OnClicked() local
1721 void CMusicPlayerDlg::SetPlaylistSelected(const vector<int>& indexes) in SetPlaylistSelected()
723 const int indexes = plv->LineCharacterIndex(); in SetLineEndTypes() local