Home
last modified time | relevance | path

Searched defs:cur_index (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DMediaLibSettingDlg.cpp256 int cur_index = m_id3v2_type_combo.GetCurSel(); in GetDataFromUi() local
355 int cur_index = m_data.write_id3_v2_3 ? 0 : 1; in BEGIN_MESSAGE_MAP() local
H A DUIElement.cpp260 int cur_index = stack_element->GetCurIndex(); in IterateElements() local
H A DMusicPlayerDlg.cpp1817 void CMusicPlayerDlg::GetPlaylistItemSelected(int cur_index) in GetPlaylistItemSelected()