Searched refs:wxEventLoopImpl (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Devtloop.cpp32 // wxEventLoopImpl
35 class WXDLLEXPORT wxEventLoopImpl class
39 wxEventLoopImpl() function in class:wxEventLoopImpl
67 // wxEventLoopImpl implementation
70 void wxEventLoopImpl::Dispatch()
94 bool wxEventLoopImpl::SendIdleEvent()
117 m_impl = new wxEventLoopImpl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Devtloop.cpp36 // wxEventLoopImpl
39 class WXDLLEXPORT wxEventLoopImpl class
43 wxEventLoopImpl() { SetExitCode(0); } function in class:wxEventLoopImpl
74 m_impl = new wxEventLoopImpl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Devtloop.cpp36 // wxEventLoopImpl
39 class WXDLLEXPORT wxEventLoopImpl class
43 wxEventLoopImpl() { SetExitCode(0); } function in class:wxEventLoopImpl
74 m_impl = new wxEventLoopImpl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Devtloop.cpp50 // wxEventLoopImpl
53 class WXDLLEXPORT wxEventLoopImpl class
57 wxEventLoopImpl() { SetExitCode(0); m_keepGoing = false; } function in class:wxEventLoopImpl
81 // wxEventLoopImpl implementation
85 // wxEventLoopImpl message processing
88 bool wxEventLoopImpl::ProcessEvent(XEvent *event)
101 bool wxEventLoopImpl::PreProcessEvent(XEvent *event)
130 // wxEventLoopImpl idle event processing
133 bool wxEventLoopImpl::SendIdleEvent()
156 m_impl = new wxEventLoopImpl;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Devtloop.cpp52 // wxEventLoopImpl
55 class WXDLLEXPORT wxEventLoopImpl class
59 wxEventLoopImpl() { SetExitCode(0); } function in class:wxEventLoopImpl
84 wxDEFINE_TIED_SCOPED_PTR_TYPE(wxEventLoopImpl); variable
87 // wxEventLoopImpl implementation
91 // wxEventLoopImpl message processing
94 void wxEventLoopImpl::ProcessMessage(QMSG *msg)
104 bool wxEventLoopImpl::PreProcessMessage(QMSG *pMsg)
190 // wxEventLoopImpl idle event processing
193 bool wxEventLoopImpl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Devtloop.h122 class WXDLLEXPORT wxEventLoopImpl; variable in typeref:class:WXDLLEXPORT
137 wxEventLoopImpl *m_impl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Devtloop.cpp55 // wxEventLoopImpl
58 class WXDLLEXPORT wxEventLoopImpl class
62 wxEventLoopImpl() { SetExitCode(0); } function in class:wxEventLoopImpl
78 // wxEventLoopImpl idle event processing
86 bool wxEventLoopImpl::SendIdleMessage()
111 m_impl = new wxEventLoopImpl;

Completed in 144 milliseconds