The system context holds root supervisor_t (intrusive pointer) and may be loop-related details in der...
Definition system_context.h:32
The wxWidgets system context, which holds a pointer to wxApp and root wx-supervisor.
Definition system_context_wx.h:28
wxAppConsole * app
non-owning pointer to the wx application
Definition system_context_wx.h:46
system_context_wx_t(wxAppConsole *app=nullptr)
construct the context from wx application
rotor::intrusive_ptr_t< system_context_wx_t > ptr_t
intrusive pointer type for wx system context
Definition system_context_wx.h:30
wxAppConsole * get_app() noexcept
returns wx application
Definition system_context_wx.h:40