Searched refs:wxEventLoopBase (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Devtloop.h23 class WXDLLEXPORT wxEventLoopBase class
26 // trivial, but needed (because of wxEventLoopBase) ctor
27 wxEventLoopBase() { } function in class:wxEventLoopBase
30 virtual ~wxEventLoopBase() { }
66 DECLARE_NO_COPY_CLASS(wxEventLoopBase)
75 class WXDLLEXPORT wxEventLoopManual : public wxEventLoopBase
124 class WXDLLEXPORT wxEventLoop : public wxEventLoopBase
144 inline bool wxEventLoopBase::IsRunning() const { return GetActive() == this; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Devtloop.h19 class WXDLLEXPORT wxEventLoop : public wxEventLoopBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Devtloop.h32 class WXDLLEXPORT wxEventLoop : public wxEventLoopBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Devtloopcmn.cpp50 wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddialog.cpp167 wxEventLoopBase * const loop = wxEventLoop::GetActive();

Completed in 36 milliseconds