Lumiera
0.pre.03
»edit your freedom«
|
#include "stage/ctrl/global-ctx.hpp"
A global circle of top-level UI management facilities.
Creating an instance of this context makes the Lumiera UI operative. All entities installed and wired here are mutually dependent and aware of each partner's role; failure to create anyone will terminate the UI.
Definition at line 79 of file global-ctx.hpp.
Public Member Functions | |
GlobalCtx (UiBus &bus, UiManager &manager) | |
Establish the top-level UI context of the Lumiera user interface. | |
Public Attributes | |
InteractionDirector | director_ |
UiBus & | uiBus_ |
UiManager & | uiManager_ |
WindowLocator | windowLoc_ |
interact::Wizard | wizard_ |
Additional Inherited Members | |
Private Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |