Home
last modified time | relevance | path

Searched refs:wxEventLoopBase (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Devtloopcmn.cpp35 wxEventLoopBase *wxEventLoopBase::ms_activeLoop = NULL;
37 wxEventLoopBase::wxEventLoopBase() in wxEventLoopBase() function in wxEventLoopBase
47 wxEventLoopBase::~wxEventLoopBase() in ~wxEventLoopBase()
52 bool wxEventLoopBase::IsMain() const in IsMain()
60 void wxEventLoopBase::SetActive(wxEventLoopBase* loop) in SetActive()
68 int wxEventLoopBase::Run() in Run()
90 void wxEventLoopBase::Exit(int rc) in Exit()
96 void wxEventLoopBase::OnExit() in OnExit()
102 bool wxEventLoopBase::ProcessIdle() in ProcessIdle()
107 bool wxEventLoopBase::Yield(bool onlyIfNeeded) in Yield()
[all …]
H A Dappbase.cpp157 wxDEFINE_TIED_SCOPED_PTR_TYPE(wxEventLoopBase) in wxDEFINE_TIED_SCOPED_PTR_TYPE() argument
252 wxEventLoopBase *wxAppConsoleBase::CreateMainLoop() in CreateMainLoop()
395 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Pending()
403 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Dispatch()
410 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Yield()
414 wxScopedPtr<wxEventLoopBase> tmpLoop(CreateMainLoop()); in Yield()
420 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in WakeUpIdle()
449 return wxEventLoopBase::GetActive() != NULL; in UsesEventLoop()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Devtloopcmn.cpp32 wxEventLoopBase *wxEventLoopBase::ms_activeLoop = NULL;
34 wxEventLoopBase::wxEventLoopBase() in wxEventLoopBase() function in wxEventLoopBase
43 bool wxEventLoopBase::IsMain() const in IsMain()
51 void wxEventLoopBase::SetActive(wxEventLoopBase* loop) in SetActive()
59 int wxEventLoopBase::Run() in Run()
81 void wxEventLoopBase::Exit(int rc) in Exit()
88 void wxEventLoopBase::OnExit() in OnExit()
94 void wxEventLoopBase::WakeUpIdle() in WakeUpIdle()
99 bool wxEventLoopBase::ProcessIdle() in ProcessIdle()
104 bool wxEventLoopBase::Yield(bool onlyIfNeeded) in Yield()
[all …]
H A Dappbase.cpp128 wxDEFINE_TIED_SCOPED_PTR_TYPE(wxEventLoopBase) in wxDEFINE_TIED_SCOPED_PTR_TYPE() argument
213 wxEventLoopBase *wxAppConsoleBase::CreateMainLoop() in CreateMainLoop()
352 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Pending()
360 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Dispatch()
367 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Yield()
371 wxScopedPtr<wxEventLoopBase> tmpLoop(CreateMainLoop()); in Yield()
377 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in WakeUpIdle()
406 return wxEventLoopBase::GetActive() != NULL; in UsesEventLoop()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Devtloopcmn.cpp32 wxEventLoopBase *wxEventLoopBase::ms_activeLoop = NULL;
34 wxEventLoopBase::wxEventLoopBase() in wxEventLoopBase() function in wxEventLoopBase
43 bool wxEventLoopBase::IsMain() const in IsMain()
51 void wxEventLoopBase::SetActive(wxEventLoopBase* loop) in SetActive()
59 int wxEventLoopBase::Run() in Run()
81 void wxEventLoopBase::Exit(int rc) in Exit()
88 void wxEventLoopBase::OnExit() in OnExit()
94 void wxEventLoopBase::WakeUpIdle() in WakeUpIdle()
99 bool wxEventLoopBase::ProcessIdle() in ProcessIdle()
104 bool wxEventLoopBase::Yield(bool onlyIfNeeded) in Yield()
[all …]
H A Dappbase.cpp128 wxDEFINE_TIED_SCOPED_PTR_TYPE(wxEventLoopBase) in wxDEFINE_TIED_SCOPED_PTR_TYPE() argument
213 wxEventLoopBase *wxAppConsoleBase::CreateMainLoop() in CreateMainLoop()
352 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Pending()
360 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Dispatch()
367 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in Yield()
371 wxScopedPtr<wxEventLoopBase> tmpLoop(CreateMainLoop()); in Yield()
377 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in WakeUpIdle()
406 return wxEventLoopBase::GetActive() != NULL; in UsesEventLoop()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Devtloop.h63 class WXDLLIMPEXP_BASE wxEventLoopBase
67 wxEventLoopBase();
70 virtual ~wxEventLoopBase() { } in ~wxEventLoopBase()
178 static void SetActive(wxEventLoopBase* loop);
197 static wxEventLoopBase *ms_activeLoop;
210 wxDECLARE_NO_COPY_CLASS(wxEventLoopBase);
341 #define wxEventLoop wxEventLoopBase
389 wxEventLoopActivator(wxEventLoopBase *evtLoop) in wxEventLoopActivator()
392 wxEventLoopBase::SetActive(evtLoop); in wxEventLoopActivator()
398 wxEventLoopBase::SetActive(m_evtLoopOld); in ~wxEventLoopActivator()
[all …]
H A Dapp.h30 class WXDLLIMPEXP_FWD_BASE wxEventLoopBase; variable
113 virtual void OnEventLoopEnter(wxEventLoopBase* WXUNUSED(loop)) {} in OnEventLoopEnter()
121 virtual void OnEventLoopExit(wxEventLoopBase* WXUNUSED(loop)) {} in OnEventLoopExit()
246 wxEventLoopBase* GetMainLoop() const in GetMainLoop()
474 wxEventLoopBase *CreateMainLoop();
489 wxEventLoopBase *m_mainLoop;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Devtloop.h63 class WXDLLIMPEXP_BASE wxEventLoopBase
67 wxEventLoopBase();
70 virtual ~wxEventLoopBase() { } in ~wxEventLoopBase()
178 static void SetActive(wxEventLoopBase* loop);
197 static wxEventLoopBase *ms_activeLoop;
210 wxDECLARE_NO_COPY_CLASS(wxEventLoopBase);
341 #define wxEventLoop wxEventLoopBase
389 wxEventLoopActivator(wxEventLoopBase *evtLoop) in wxEventLoopActivator()
392 wxEventLoopBase::SetActive(evtLoop); in wxEventLoopActivator()
398 wxEventLoopBase::SetActive(m_evtLoopOld); in ~wxEventLoopActivator()
[all …]
H A Dapp.h30 class WXDLLIMPEXP_FWD_BASE wxEventLoopBase; variable
113 virtual void OnEventLoopEnter(wxEventLoopBase* WXUNUSED(loop)) {} in OnEventLoopEnter()
121 virtual void OnEventLoopExit(wxEventLoopBase* WXUNUSED(loop)) {} in OnEventLoopExit()
246 wxEventLoopBase* GetMainLoop() const in GetMainLoop()
474 wxEventLoopBase *CreateMainLoop();
489 wxEventLoopBase *m_mainLoop;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Devtloop.h63 class WXDLLIMPEXP_BASE wxEventLoopBase
66 wxEventLoopBase();
67 virtual ~wxEventLoopBase();
181 static void SetActive(wxEventLoopBase* loop);
210 static wxEventLoopBase *ms_activeLoop;
225 wxDECLARE_NO_COPY_CLASS(wxEventLoopBase);
356 #define wxEventLoop wxEventLoopBase
404 wxEventLoopActivator(wxEventLoopBase *evtLoop) in wxEventLoopActivator()
407 wxEventLoopBase::SetActive(evtLoop); in wxEventLoopActivator()
413 wxEventLoopBase::SetActive(m_evtLoopOld); in ~wxEventLoopActivator()
[all …]
H A Dapp.h30 class WXDLLIMPEXP_FWD_BASE wxEventLoopBase; variable
113 virtual void OnEventLoopEnter(wxEventLoopBase* WXUNUSED(loop)) {} in OnEventLoopEnter()
121 virtual void OnEventLoopExit(wxEventLoopBase* WXUNUSED(loop)) {} in OnEventLoopExit()
246 wxEventLoopBase* GetMainLoop() const in GetMainLoop()
497 wxEventLoopBase *CreateMainLoop();
512 wxEventLoopBase *m_mainLoop;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxEventLoopBase.cpp27 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_Run()
145 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_Exit()
186 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_ScheduleExit()
275 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_Dispatch()
320 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_DispatchTimeout()
368 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_WakeUp()
410 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_WakeUpIdle()
447 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_ProcessIdle()
521 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_Yield()
565 ::wxEventLoopBase *sipCpp; in meth_wxEventLoopBase_YieldFor()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Devtloop.h23 class WXDLLEXPORT wxEventLoopBase
27 wxEventLoopBase() { } in wxEventLoopBase() function
30 virtual ~wxEventLoopBase() { } in ~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; } in IsRunning()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Devtloop.h23 class WXDLLEXPORT wxEventLoopBase
27 wxEventLoopBase() { } in wxEventLoopBase() function
30 virtual ~wxEventLoopBase() { } in ~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; } in IsRunning()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Devtloop.h23 class WXDLLEXPORT wxEventLoopBase
27 wxEventLoopBase() { } in wxEventLoopBase() function
30 virtual ~wxEventLoopBase() { } in ~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; } in IsRunning()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Devtloop.h23 class WXDLLEXPORT wxEventLoopBase
27 wxEventLoopBase() { } in wxEventLoopBase() function
30 virtual ~wxEventLoopBase() { } in ~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; } in IsRunning()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Devtloop.h43 class wxEventLoopBase
52 static wxEventLoopBase *GetActive();
63 static void SetActive(wxEventLoopBase* loop);
317 wxEventLoopActivator(wxEventLoopBase *loop);
333 class wxGUIEventLoop : public wxEventLoopBase
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Devtloop.h43 class wxEventLoopBase
52 static wxEventLoopBase *GetActive();
63 static void SetActive(wxEventLoopBase* loop);
315 wxEventLoopActivator(wxEventLoopBase *loop);
331 class wxGUIEventLoop : public wxEventLoopBase
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Devtloop.h43 class wxEventLoopBase
52 static wxEventLoopBase *GetActive();
63 static void SetActive(wxEventLoopBase* loop);
317 wxEventLoopActivator(wxEventLoopBase *loop);
333 class wxGUIEventLoop : public wxEventLoopBase
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/core/
H A Devtloop_cf.cpp176 wxEventLoopBase * const loop = wxEventLoopBase::GetActive(); in wxMacWakeUp()
190 wxEventLoopBase::DoYieldFor(eventsToProcess); in DoYieldFor()
369 wxCFEventLoop* cfl = dynamic_cast<wxCFEventLoop*>(wxEventLoopBase::GetActive()); in wxCFEventLoopPauseIdleEvents()
381 wxCFEventLoop* cfl = dynamic_cast<wxCFEventLoop*>(wxEventLoopBase::GetActive()); in ~wxCFEventLoopPauseIdleEvents()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dapptrait.h21 virtual wxEventLoopBase *CreateEventLoop() wxOVERRIDE;
43 virtual wxEventLoopBase *CreateEventLoop() wxOVERRIDE;
67 virtual wxEventLoopBase *CreateEventLoop();
98 virtual wxEventLoopBase *CreateEventLoop();
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dapptrait.h21 virtual wxEventLoopBase *CreateEventLoop();
44 virtual wxEventLoopBase *CreateEventLoop();
67 virtual wxEventLoopBase *CreateEventLoop();
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dapptrait.h21 virtual wxEventLoopBase *CreateEventLoop();
44 virtual wxEventLoopBase *CreateEventLoop();
67 virtual wxEventLoopBase *CreateEventLoop();
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dprogdlgg.cpp365 if ( !wxEventLoopBase::GetActive() ) in EnsureActiveEventLoopExists()
460 wxEventLoopBase::GetActive()->YieldFor(wxEVT_CATEGORY_UI); in Update()
520 wxEventLoopBase::GetActive()->YieldFor(wxEVT_CATEGORY_UI|wxEVT_CATEGORY_USER_INPUT); in DoBeforeUpdate()
539 wxEventLoopBase::GetActive()->YieldFor(wxEVT_CATEGORY_UI); in DoAfterUpdate()
715 wxEventLoopBase::GetActive() == m_tempEventLoop, in ~wxGenericProgressDialog()
720 wxEventLoopBase::SetActive(NULL); in ~wxGenericProgressDialog()
804 wxEventLoopBase::GetActive()->YieldFor(wxEVT_CATEGORY_UI); in UpdateMessage()

123456789