• 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:CamuleRemoteGuiApp

118 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::OnFinishedHTTPDownload(CMuleInternalEvent& event)
213 void CamuleRemoteGuiApp::ShutDown(wxCloseEvent &WXUNUSED(evt))
234 bool CamuleRemoteGuiApp::OnInit()
276 bool CamuleRemoteGuiApp::CryptoAvailable() const
282 bool CamuleRemoteGuiApp::ShowConnectionDialog()
307 void CamuleRemoteGuiApp::OnECConnection(wxEvent& event) {
329 void CamuleRemoteGuiApp::OnECInitDone(wxEvent& )
335 void CamuleRemoteGuiApp::OnNotifyEvent(CMuleGUIEvent& evt)
341 void CamuleRemoteGuiApp::Startup() {
392 int CamuleRemoteGuiApp::ShowAlert(wxString msg, wxString title, int flags)
398 void CamuleRemoteGuiApp::AddRemoteLogLine(const wxString& line)
403 int CamuleRemoteGuiApp::InitGui(bool geometry_enabled, wxString &geom_string)
412 bool CamuleRemoteGuiApp::CopyTextToClipboard(wxString strText)
418 uint32 CamuleRemoteGuiApp::GetPublicIP()
424 wxString CamuleRemoteGuiApp::GetLog(bool reset)
435 wxString CamuleRemoteGuiApp::GetServerLog(bool)
441 bool CamuleRemoteGuiApp::AddServer(CServer * server, bool)
452 bool CamuleRemoteGuiApp::IsFirewalled() const
462 bool CamuleRemoteGuiApp::IsConnectedED2K() const {
467 void CamuleRemoteGuiApp::StartKad() {
472 void CamuleRemoteGuiApp::StopKad() {
477 void CamuleRemoteGuiApp::BootstrapKad(uint32 ip, uint16 port)
487 void CamuleRemoteGuiApp::UpdateNotesDat(const wxString& url)
496 void CamuleRemoteGuiApp::DisconnectED2K() {
503 uint32 CamuleRemoteGuiApp::GetED2KID() const
509 uint32 CamuleRemoteGuiApp::GetID() const
515 void CamuleRemoteGuiApp::ShowUserCount() {
2217 CamuleRemoteGuiApp *theApp;