Home
last modified time | relevance | path

Searched refs:IsInsideRun (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Devtloopcmn.cpp62 wxCHECK_MSG( !IsInsideRun(), -1, wxT("can't reenter a message loop") ); in Run()
272 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not running") ); in ScheduleExit()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Devtloopcmn.cpp62 wxCHECK_MSG( !IsInsideRun(), -1, wxT("can't reenter a message loop") ); in Run()
272 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not running") ); in ScheduleExit()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Devtloopcmn.cpp71 wxCHECK_MSG( !IsInsideRun(), -1, wxT("can't reenter a message loop") ); in Run()
378 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not running") ); in ScheduleExit()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Devtloop.cpp115 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
170 if ( IsInsideRun() && !m_shouldExit ) in ScheduleIdleCheck()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Devtloop.cpp112 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Devtloop.cpp115 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Devtloop.cpp115 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Devtloop.h193 bool IsInsideRun() const { return m_isInsideRun; } in IsInsideRun() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Devtloop.h193 bool IsInsideRun() const { return m_isInsideRun; } in IsInsideRun() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Devtloop.h206 bool IsInsideRun() const { return m_isInsideRun; } in IsInsideRun() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Devtloop.cpp86 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Devtloop.cpp89 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Devtloop.cpp86 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Devtloop.cpp125 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Devtloop.cpp125 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Devtloop.cpp125 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") ); in ScheduleExit()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/cocoa/
H A Devtloop.mm43 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/cocoa/
H A Devtloop.mm43 wxCHECK_RET( IsInsideRun(), wxT("can't call ScheduleExit() if not started") );