Searched refs:CMuleGUIEvent (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGuiEvents.h331 class CMuleGUIEvent : public wxEvent class in namespace:MuleNotify
335 CMuleGUIEvent(CMuleNotiferBase* ntf) function in class:MuleNotify::CMuleGUIEvent
343 virtual ~CMuleGUIEvent() {
354 return new CMuleGUIEvent(m_functor->Clone());
359 CMuleGUIEvent(const CMuleGUIEvent&);
361 CMuleGUIEvent& operator=(const CMuleGUIEvent&);
433 //! Placing CMuleGUIEvent in the global namespace.
434 using MuleNotify::CMuleGUIEvent;
[all...]
H A Damule.h87 class CMuleGUIEvent;
91 using MuleNotify::CMuleGUIEvent;
323 void OnNotifyEvent(CMuleGUIEvent& evt);
H A DGuiEvents.cpp79 CMuleGUIEvent evt(ntf.Clone());
87 CMuleGUIEvent evt(ntf.Clone());
H A Damule-remote-gui.h637 void OnNotifyEvent(CMuleGUIEvent& evt);
H A Damule.cpp1353 void CamuleApp::OnNotifyEvent(CMuleGUIEvent& evt)
H A Damule-remote-gui.cpp335 void CamuleRemoteGuiApp::OnNotifyEvent(CMuleGUIEvent& evt)

Completed in 113 milliseconds