• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:theApp

74 			if (theApp->amuledlg) {
94 theApp->downloadqueue->AddSearchToDownload(file, category);
101 theApp->amuledlg->ShowUserCount(str);
109 if (theApp->amuledlg->m_searchwnd) {
112 theApp->amuledlg->m_searchwnd->ResetControls();
115 theApp->amuledlg->m_searchwnd->KadSearchEnd(0);
117 theApp->amuledlg->m_searchwnd->UpdateProgress(val);
127 theApp->ECServerHandler->m_ec_notifier->DownloadFile_SetDirty((CPartFile *)item);
130 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();
164 theApp->amuledlg->Iconize(false);
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 && 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);
198 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->peerslistctrl) {
199 theApp->amuledlg->m_sharedfileswnd->peerslistctrl->AddSource(owner, source, type);
207 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->peerslistctrl) {
208 theApp->amuledlg->m_sharedfileswnd->peerslistctrl->UpdateItem(client, type);
216 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->peerslistctrl) {
217 theApp->amuledlg->m_sharedfileswnd->peerslistctrl->RemoveSource(source, owner);
225 if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) {
226 theApp->amuledlg->m_serverwnd->serverlistctrl->RefreshServer(server);
234 if (theApp->amuledlg->m_chatwnd) {
235 theApp->amuledlg->m_chatwnd->UpdateFriend(toupdate);
243 if (theApp->amuledlg->m_chatwnd) {
244 theApp->amuledlg->m_chatwnd->RemoveFriend(toremove);
254 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_SWAP_A4AF_THIS);
259 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_SWAP_A4AF_THIS_AUTO);
264 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_SWAP_A4AF_OTHERS);
269 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_PAUSE);
274 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_RESUME);
279 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_STOP);
284 theApp->downloadqueue->AutoPrio(file, val);
289 theApp->downloadqueue->Prio(file, newDownPriority);
294 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_DELETE);
299 theApp->downloadqueue->Category(file, val);
304 theApp->sharedfiles->SetFilePrio(file, val);
309 theApp->sharedfiles->SetFilePrio(file, PR_AUTO);
314 theApp->sharedfiles->SetFileCommentRating(file, comment, rating);
334 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl) {
335 theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->ShowFile(file);
343 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl) {
344 theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->RemoveFile(file);
352 if (theApp->amuledlg->m_sharedfileswnd) {
353 theApp->amuledlg->m_sharedfileswnd->RemoveAllSharedFiles();
362 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl) {
363 theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->ShowFileList();
372 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl) {
373 theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->UpdateItem(file);
381 theApp->ECServerHandler->m_ec_notifier->DownloadFile_AddFile(file);
383 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl ) {
384 theApp->amuledlg->m_transferwnd->downloadlistctrl->AddFile(file);
391 theApp->ECServerHandler->m_ec_notifier->DownloadFile_RemoveFile(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->SortList();
411 if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) {
412 theApp->amuledlg->m_serverwnd->serverlistctrl->AddServer(server);
420 if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) {
421 theApp->amuledlg->m_serverwnd->serverlistctrl->RemoveServer(server);
428 if (theApp->serverlist) {
429 theApp->serverlist->RemoveDeadServers();
436 if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) {
437 theApp->amuledlg->m_serverwnd->serverlistctrl->DeleteAllItems();
445 if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) {
446 theApp->amuledlg->m_serverwnd->serverlistctrl->HighlightServer(server, highlight);
454 if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) {
455 theApp->amuledlg->m_serverwnd->serverlistctrl->Freeze();
463 if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) {
464 theApp->amuledlg->m_serverwnd->serverlistctrl->Thaw();
472 if (theApp->amuledlg->m_serverwnd) {
473 theApp->amuledlg->m_serverwnd->UpdateED2KInfo();
481 if (theApp->amuledlg->m_serverwnd) {
482 theApp->amuledlg->m_serverwnd->UpdateKadInfo();
491 if (theApp->amuledlg->m_searchwnd) {
492 theApp->amuledlg->m_searchwnd->ResetControls();
500 if (theApp->amuledlg->m_searchwnd) {
501 theApp->amuledlg->m_searchwnd->LocalSearchEnd();
509 if (theApp->amuledlg->m_searchwnd) {
510 theApp->amuledlg->m_searchwnd->KadSearchEnd(id);
513 theApp->searchlist->SetKadSearchFinished();
520 if (theApp->amuledlg && theApp->amuledlg->m_searchwnd) {
521 theApp->amuledlg->m_searchwnd->UpdateResult(result);
529 if (theApp->amuledlg && theApp->amuledlg->m_searchwnd) {
530 theApp->amuledlg->m_searchwnd->AddResult(result);
539 if (theApp->amuledlg->m_chatwnd) {
540 theApp->amuledlg->m_chatwnd->ConnectionResult(success, message, id);
548 if (theApp->amuledlg->m_chatwnd) {
549 theApp->amuledlg->m_chatwnd->ProcessMessage(sender, message);
558 if (theApp->amuledlg->m_chatwnd) {
559 theApp->amuledlg->m_chatwnd->SendMessage(captcha, wxEmptyString, to_id);
568 theApp->amuledlg->ShowConnectionState(forceUpdate != 0);
575 if (theApp->amuledlg->m_transferwnd) {
576 theApp->amuledlg->m_transferwnd->UpdateCatTabTitles();
584 if (theApp->amuledlg->m_transferwnd) {
585 theApp->amuledlg->m_transferwnd->
586 AddCategory(theApp->glob_prefs->GetCategory(
587 theApp->glob_prefs->GetCatCount()-1));
595 if (theApp->amuledlg->m_transferwnd) {
596 theApp->amuledlg->m_transferwnd->UpdateCategory(cat);
597 theApp->amuledlg->m_transferwnd->downloadlistctrl->Refresh();
598 theApp->amuledlg->m_searchwnd->UpdateCatChoice();
607 theApp->downloadqueue->ResetCatParts(cat);
608 theApp->glob_prefs->RemoveCat(cat);
609 if ( theApp->glob_prefs->GetCatCount() == 1 ) {
612 theApp->glob_prefs->SaveCats();
615 if (theApp->amuledlg->m_transferwnd) {
616 theApp->amuledlg->m_transferwnd->RemoveCategory(cat);
705 theApp->downloadqueue->SetCatPrio(cat, newprio);
710 theApp->downloadqueue->SetCatStatus(cat, newstatus);
715 theApp->uploadqueue->ResortQueue();
720 theApp->ipfilter->Reload();
725 theApp->ipfilter->Update(url);