• 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

123 CamuleDaemonApp *theApp;
125 CamuleGuiApp *theApp;
165 theApp->ExitMainLoop();
179 theApp = &wxGetApp();
529 theApp->ConfigDir + wxT("last_version_check"), theApp->ConfigDir + wxT("last_version"), HTTP_VersionCheck, false, false);
583 static_cast<wxWindow*>(theApp->amuledlg)))
609 theApp->amuledlg->EnableIP2Country();
1177 //theApp->clientcredits->Process();
1358 if (theApp->amuledlg) {
1558 theApp->ShowConnectionState();
1568 theApp->amuledlg->IP2CountryDownloadFinished(event.GetExtraLong());
1570 theApp->amuledlg->Refresh();
1653 if (theApp->IsConnectedED2K() && !theApp->serverconnect->IsLowID()) {
1745 if (clientServerIP == theApp->serverconnect->GetCurrentServer()->GetIP() &&
1746 clientServerPort == theApp->serverconnect->GetCurrentServer()->GetPort()) {
1788 theApp->serverlist->GetUserFileStatus( totaluser, totalfile );
1836 if (theApp->serverconnect->IsConnected()) {
1859 CServer* ed2k_server = theApp->serverconnect->GetCurrentServer();
1865 const wxString id = theApp->serverconnect->IsLowID() ? _("with LowID") : _("with HighID");
1869 if ( theApp->serverconnect->IsConnecting() ) {
1899 theApp->downloadqueue->OnConnectionState(IsConnected());
1917 theApp->AddPendingEvent(event);
1980 theApp->ShowConnectionState();
1989 wxString strTempFilename(theApp->ConfigDir + wxT("nodes.dat.download"));
1991 CHTTPDownloadThread *downloader = new CHTTPDownloadThread(url, strTempFilename, theApp->ConfigDir + wxT("nodes.dat"), HTTP_NodesDat, true, false);
2020 } else if( theApp->serverconnect->IsConnected() ) {
2021 ID = theApp->serverconnect->GetClientID();