Searched refs:m_transferwnd (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
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();
171 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->clientlistctrl) {
172 theApp->amuledlg->m_transferwnd->clientlistctrl->UpdateItem(source, type);
180 if (theApp->amuledlg->m_transferwnd
[all...]
H A DCatDialog.cpp198 theApp->amuledlg->m_transferwnd->AddCategory(m_category);
204 theApp->amuledlg->m_transferwnd->UpdateCategory(index);
205 theApp->amuledlg->m_transferwnd->downloadlistctrl->Refresh();
H A DamuleDlg.cpp157 m_transferwnd(NULL),
252 m_transferwnd = new CTransferWnd(p_cnt);
260 m_transferwnd->Show(false);
274 SetActiveDialog(DT_TRANSFER_WND, m_transferwnd);
288 m_transferwnd->Prepare();
365 m_transferwnd->UpdateCatTabTitles();
458 SetActiveDialog(DT_TRANSFER_WND, m_transferwnd);
460 m_transferwnd->Prepare();
897 m_transferwnd->downloadlistctrl->DeleteAllItems();
938 theApp->downloadqueue->AddLink( strlink, m_transferwnd
[all...]
H A DamuleDlg.h191 CTransferWnd* m_transferwnd; member in class:CamuleDlg
H A Damule-remote-gui.cpp171 } else if (amuledlg->m_transferwnd->IsShown()) {
635 theApp->amuledlg->m_transferwnd->UpdateCategory(cat);
636 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);
H A DDownloadListCtrl.cpp491 theApp->amuledlg->m_transferwnd->UpdateCatTabTitles();
629 theApp->amuledlg->m_transferwnd->clientlistctrl->ShowSources(filesVector);
H A DPrefsUnifiedDlg.cpp689 theApp->amuledlg->m_transferwnd->UpdateCatTabTitles();

Completed in 84 milliseconds