Searched refs:clientlistctrl (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTransferWnd.cpp87 clientlistctrl = CastChild( ID_CLIENTLIST, CSourceListCtrl );
113 clientlistctrl->SetShowing(show);
123 if ( !clientlistctrl->GetShowing() ) {
316 clientlistctrl->ShowSources(filesVector);
413 if ( !clientlistctrl->GetShowing() ) {
415 clientlistctrl->SetShowing( true ); // so it will be toggled to false
426 if ( !clientlistctrl->GetShowing() ) {
430 clientlistctrl->SetShowing( true );
437 clientlistctrl->SetShowing( false );
442 int height = clientlistctrl
[all...]
H A DTransferWnd.h104 CSourceListCtrl* clientlistctrl; member in class:CTransferWnd
H A DGuiEvents.cpp171 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 && theApp->amuledlg->m_transferwnd->clientlistctrl) {
181 theApp->amuledlg->m_transferwnd->clientlistctrl->AddSource(owner, source, type);
189 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->clientlistctrl) {
190 theApp->amuledlg->m_transferwnd->clientlistctrl->RemoveSource(source, owner);
H A DamuleDlg.cpp1125 m_transferwnd->clientlistctrl->SortList();
1397 if (m_transferwnd && m_transferwnd->clientlistctrl) {
1399 if (!m_transferwnd->clientlistctrl->GetShowing()) {
1400 int height = m_transferwnd->clientlistctrl->GetSize().GetHeight();
H A DDownloadListCtrl.cpp629 theApp->amuledlg->m_transferwnd->clientlistctrl->ShowSources(filesVector);

Completed in 102 milliseconds