• 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

34 #include "amule.h"				// Needed for theApp
404 m_ShareSelector->SetSharedDirectories(&theApp->glob_prefs->shareddir_list);
465 if (!theApp->m_connect->IsConnectedToLocalHost()) {
539 theApp->glob_prefs->shareddir_list.clear();
540 m_ShareSelector->GetSharedDirectories(&theApp->glob_prefs->shareddir_list);
545 theApp->amuledlg->m_statisticswnd->ApplyStatsColor(i);
548 theApp->amuledlg->m_kademliawnd->SetGraphColors();
565 theApp->glob_prefs->SendToRemote();
620 if ((CPath::GetFileSize(theApp->ConfigDir + wxT("addresses.dat")) == 0) &&
634 theApp->glob_prefs->Save();
636 if (CfgChanged(IDC_FED2KLH) && theApp->amuledlg->GetActiveDialog() != CamuleDlg::DT_SEARCH_WND) {
637 theApp->amuledlg->ShowED2KLinksHandler( thePrefs::GetFED2KLH() );
656 theApp->sharedfiles->Reload();
663 theApp->SetOSFiles( widget->GetValue() );
667 theApp->clientlist->FilterQueues();
671 theApp->serverlist->FilterServers();
675 theApp->ipfilter->Reload();
678 theApp->ResetTitle();
682 theApp->amuledlg->ShowTransferRate();
685 theApp->amuledlg->SetTitle(theApp->m_FrameTitle);
689 theApp->amuledlg->m_transferwnd->UpdateCatTabTitles();
694 theApp->amuledlg->m_statisticswnd->SetUpdatePeriod(thePrefs::GetTrafficOMeterInterval());
695 theApp->amuledlg->m_kademliawnd->SetUpdatePeriod(thePrefs::GetTrafficOMeterInterval());
699 theApp->amuledlg->m_statisticswnd->ResetAveragingTime();
703 theApp->amuledlg->m_statisticswnd->SetARange( true, thePrefs::GetMaxGraphDownloadRate() );
707 theApp->amuledlg->m_statisticswnd->SetARange( false, thePrefs::GetMaxGraphUploadRate() );
711 theApp->amuledlg->Create_Toolbar(thePrefs::VerticalToolbar());
714 if (!thePrefs::GetNetworkED2K() && theApp->IsConnectedED2K()) {
715 theApp->DisconnectED2K();
718 if (!thePrefs::GetNetworkKademlia() && theApp->IsConnectedKad()) {
719 theApp->StopKad();
733 theApp->amuledlg->DoNetworkRearrange();
737 theApp->amuledlg->EnableIP2Country();
757 if (theApp->amuledlg) {
758 theApp->amuledlg->m_prefsDialog = NULL;
839 if ((CPath::GetFileSize(theApp->ConfigDir + wxT("addresses.dat")) == 0) &&
907 theApp->amuledlg->CreateSystray();
909 theApp->amuledlg->RemoveSystray();
918 theApp->amuledlg->Create_Toolbar(value);
920 theApp->amuledlg->ShowConnectionState();
921 theApp->amuledlg->Layout();
1052 wxString fullpath( theApp->ConfigDir + wxT("addresses.dat") );
1065 theApp->ipfilter->Reload();
1071 theApp->ipfilter->Update( CastChild( IDC_IPFILTERURL, wxTextCtrl )->GetValue() );
1115 theApp->amuledlg->m_statisticswnd->SetUpdatePeriod(event.GetPosition());
1116 theApp->amuledlg->m_kademliawnd->SetUpdatePeriod(event.GetPosition());
1122 theApp->m_statistics->SetAverageMinutes(event.GetPosition());
1128 theApp->amuledlg->m_statisticswnd->GetConnScope()->SetRanges(0, event.GetPosition());