Searched refs:CamuleRemoteGuiApp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule-remote-gui.cpp118 BEGIN_EVENT_TABLE(CamuleRemoteGuiApp, wxApp)
120 EVT_TIMER(ID_CORE_TIMER_EVENT, CamuleRemoteGuiApp::OnPollTimer)
122 EVT_CUSTOM(wxEVT_EC_CONNECTION, -1, CamuleRemoteGuiApp::OnECConnection)
123 EVT_CUSTOM(wxEVT_EC_INIT_DONE, -1, CamuleRemoteGuiApp::OnECInitDone)
125 EVT_MULE_NOTIFY(CamuleRemoteGuiApp::OnNotifyEvent)
129 EVT_MULE_INTERNAL(wxEVT_CORE_FINISHED_HTTP_DOWNLOAD, -1, CamuleRemoteGuiApp::OnFinishedHTTPDownload)
134 IMPLEMENT_APP(CamuleRemoteGuiApp)
137 int CamuleRemoteGuiApp::OnExit()
145 void CamuleRemoteGuiApp::OnPollTimer(wxTimerEvent&)
203 void CamuleRemoteGuiApp
[all...]
H A Damule-remote-gui.h624 class CamuleRemoteGuiApp : public wxApp, public CamuleGuiBase, public CamuleAppCommon { class in inherits:wxApp,CamuleGuiBase,CamuleAppCommon
744 DECLARE_APP(CamuleRemoteGuiApp)
746 extern CamuleRemoteGuiApp *theApp;

Completed in 27 milliseconds