Searched refs:OnRun (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dmain.cpp41 int OnRun() { function in class:UnitTestApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTextClient.h73 virtual int OnRun();
H A Damuled.cpp557 int CamuleDaemonApp::OnRun() function in class:CamuleDaemonApp
580 AddDebugLogLineC(logStandard, CFormat(wxT("CamuleDaemonApp::OnRun(): Installation of SIGCHLD callback with sigaction() failed: %m.")));
582 AddDebugLogLineN(logGeneral, wxT("CamuleDaemonApp::OnRun(): Installation of SIGCHLD callback with sigaction() succeeded."));
604 return wxApp::OnRun();
691 AddDebugLogLineC(logStandard, CFormat(wxT("CamuleDaemonApp::OnRun(): second sigaction() failed: %m.")));
693 AddDebugLogLineN(logGeneral, wxT("CamuleDaemonApp::OnRun(): Uninstallation of SIGCHLD callback with sigaction() succeeded."));
H A Damule.h517 int OnRun();
H A DTextClient.cpp978 int CamulecmdApp::OnRun() function in class:CamulecmdApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcc.h73 virtual int OnRun ();
H A Dalcc.cpp50 int alcc::OnRun () function in class:alcc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.h95 virtual int OnRun();
H A DWebInterface.cpp397 int CamulewebApp::OnRun() function in class:CamulewebApp
708 wxApp::OnRun();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dinit.cpp65 virtual int OnRun() { wxFAIL_MSG( _T("unreachable code") ); return 0; } function in class:wxDummyConsoleApp
448 return wxTheApp->OnRun();
H A Dappcmn.cpp99 // when we enter our OnRun() because we do want the default behaviour from
106 // call) overwrite in OnRun()
357 int wxAppBase::OnRun() function in class:wxAppBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/
H A Dtest.cpp48 int OnRun();
121 int TestApp::OnRun() function in class:TestApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DFileView.cpp41 virtual int OnRun();
114 int CFileView::OnRun() function in class:CFileView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dapp.h78 // Called before OnRun(), this is a good place to do initialization -- if
88 // be done here. When OnRun() returns, the programs starts shutting down.
89 virtual int OnRun() = 0;
216 // Called when an unhandled C++ exception occurs inside OnRun(): note that
218 // exception you should override OnRun() and put a try/catch around
356 virtual int OnRun();
525 // No don't do it and if Later -- only do it once we reach our OnRun()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.h34 int OnRun() { return EXIT_SUCCESS; } function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtexcept.tex44 called, so if you need you should override \helpref{OnRun()}{wxapponrun} and
H A Dapp.tex239 application is inside \helpref{OnRun}{wxapponrun}.
500 \membersection{wxApp::OnRun}\label{wxapponrun}
502 \func{virtual int}{OnRun}{\void}
521 \helpref{OnRun()}{wxapponrun} (the exceptions which occur during the program
524 the exception you should override \helpref{OnRun()}{wxapponrun} and put a
H A Dtchanges.tex89 \item finally the program exit code is \helpref{OnRun()}{wxapponrun} return value, not \helpref{OnExit()}{wxapponexit} one
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp213 virtual int OnRun();
243 int XmlResApp::OnRun() function in class:XmlResApp

Completed in 104 milliseconds