Searched refs:theApp (Results 76 - 80 of 80) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dutils.cpp246 void wxXMergeDatabases (wxApp * theApp, Display * display);
401 void wxXMergeDatabases (wxApp * theApp, Display * display) argument
408 wxString classname = theApp->GetClassName();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHAHashSet.cpp579 // TODO: theApp->QueueDebugLogLine(/*DLP_VERYHIGH,*/ false, _T("Failed to read RecoveryData for %s - Received datasize/amounts of hashs was invalid (2)"), m_pOwner->GetFileName() );
583 // TODO: DEBUG_ONLY( theApp->QueueDebugLogLine(/*DLP_VERYHIGH,*/ false, _T("read RecoveryData for %s - Received packet with %u 32bit hash identifiers)"), m_pOwner->GetFileName(), nHashsAvailable ) );
590 // TODO: theApp->QueueDebugLogLine(/*DLP_VERYHIGH,*/ false, _T("Failed to read RecoveryData for %s - Error when trying to read hash into tree (2)"), m_pOwner->GetFileName() );
598 // TODO: theApp->QueueDebugLogLine(/*DLP_VERYHIGH,*/ false, _T("Failed to read RecoveryData for %s - Packet didn't contained any hashs"), m_pOwner->GetFileName() );
639 const wxString fullpath = theApp->ConfigDir + KNOWN2_MET_FILENAME;
720 wxString fullpath = theApp->ConfigDir + KNOWN2_MET_FILENAME;
924 if( theApp->downloadqueue->IsPartFile(data.m_pPartFile)) {
H A Damule-remote-gui.h746 extern CamuleRemoteGuiApp *theApp;
H A DTextClient.cpp57 #define theApp (*((CamulecmdApp*)wxTheApp)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DIndexed.cpp69 m_sfilename = theApp->ConfigDir + wxT("src_index.dat");
70 m_kfilename = theApp->ConfigDir + wxT("key_index.dat");
71 m_loadfilename = theApp->ConfigDir + wxT("load_index.dat");

Completed in 124 milliseconds

1234