Searched refs:downloadlistctrl (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTransferWnd.cpp86 downloadlistctrl = CastChild( wxT("downloadList"), CDownloadListCtrl );
278 downloadlistctrl->ChangeCategory(0);
304 downloadlistctrl->ChangeCategory( 0 );
308 downloadlistctrl->SortList();
318 downloadlistctrl->ChangeCategory(evt.GetSelection());
319 downloadlistctrl->SortList();
390 downloadlistctrl->Freeze();
391 downloadlistctrl->ClearCompleted();
392 downloadlistctrl->Thaw();
H A DGuiEvents.cpp130 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl) {
131 theApp->amuledlg->m_transferwnd->downloadlistctrl->UpdateItem(item);
140 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl) {
141 theApp->amuledlg->m_transferwnd->downloadlistctrl->DoItemSelectionChanged();
383 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl ) {
384 theApp->amuledlg->m_transferwnd->downloadlistctrl->AddFile(file);
393 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl) {
394 theApp->amuledlg->m_transferwnd->downloadlistctrl->RemoveFile(file);
402 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl) {
403 theApp->amuledlg->m_transferwnd->downloadlistctrl
[all...]
H A DTransferWnd.h102 CDownloadListCtrl* downloadlistctrl; member in class:CTransferWnd
H A DCatDialog.cpp205 theApp->amuledlg->m_transferwnd->downloadlistctrl->Refresh();
H A DamuleDlg.cpp897 m_transferwnd->downloadlistctrl->DeleteAllItems();
938 theApp->downloadqueue->AddLink( strlink, m_transferwnd->downloadlistctrl->GetCategory() );
1124 m_transferwnd->downloadlistctrl->SortList();
H A Damule-remote-gui.cpp636 theApp->amuledlg->m_transferwnd->downloadlistctrl->Refresh();
1004 theApp->amuledlg->m_transferwnd->downloadlistctrl->RemoveFile((CPartFile *) file);
1122 theApp->amuledlg->m_transferwnd->downloadlistctrl->AddFile(file);
1692 theApp->amuledlg->m_transferwnd->downloadlistctrl->UpdateItem(file);

Completed in 87 milliseconds