Searched refs:OnItemSelectionChanged (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesWnd.h95 void OnItemSelectionChanged(wxListEvent& evt);
H A DSharedFilesWnd.cpp41 EVT_LIST_ITEM_SELECTED( ID_SHFILELIST, CSharedFilesWnd::OnItemSelectionChanged )
42 EVT_LIST_ITEM_DESELECTED( ID_SHFILELIST, CSharedFilesWnd::OnItemSelectionChanged )
221 void CSharedFilesWnd::OnItemSelectionChanged(wxListEvent& evt) function in class:CSharedFilesWnd
H A DDownloadListCtrl.h191 void OnItemSelectionChanged( wxListEvent& event );
H A DDownloadListCtrl.cpp102 EVT_LIST_ITEM_SELECTED(ID_DLOADLIST, CDownloadListCtrl::OnItemSelectionChanged)
103 EVT_LIST_ITEM_DESELECTED(ID_DLOADLIST, CDownloadListCtrl::OnItemSelectionChanged)
488 OnItemSelectionChanged(ev); // clear clients that may have been shown
604 void CDownloadListCtrl::OnItemSelectionChanged( wxListEvent& ) function in class:CDownloadListCtrl

Completed in 169 milliseconds