Lumiera  0.pre.03
»edit your freedom«
GlobalCtx Class Reference

#include "stage/ctrl/global-ctx.hpp"

Description

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.

Remarks
the UiManager is responsible to install this top-level context

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_
 
UiBusuiBus_
 
UiManageruiManager_
 
WindowLocator windowLoc_
 
interact::Wizard wizard_
 

Additional Inherited Members

- Private Member Functions inherited from NonCopyable
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 
+ Inheritance diagram for GlobalCtx:
+ Collaboration diagram for GlobalCtx:

The documentation for this class was generated from the following file: