Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
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 70 of file global-ctx.hpp.

Public Attributes

UiBusuiBus_
 
UiManageruiManager_
 
WindowLocator windowLoc_
 
InteractionDirector director_
 
interact::Wizard wizard_
 

Public Member Functions

 GlobalCtx (UiBus &bus, UiManager &manager)
 Establish the top-level UI context of the Lumiera user interface.
 

Additional Inherited Members

- Private Member Functions inherited from NonCopyable
 ~NonCopyable ()=default
 
 NonCopyable ()=default
 
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 

Constructor & Destructor Documentation

◆ GlobalCtx()

GlobalCtx ( UiBus bus,
UiManager manager 
)
inline

Establish the top-level UI context of the Lumiera user interface.

Definition at line 87 of file global-ctx.hpp.

Member Data Documentation

◆ uiBus_

UiBus& uiBus_

Definition at line 75 of file global-ctx.hpp.

◆ uiManager_

◆ windowLoc_

◆ director_

Definition at line 79 of file global-ctx.hpp.

Referenced by Actions::populateMainActions().

◆ wizard_

Definition at line 80 of file global-ctx.hpp.

Referenced by Actions::populateMainActions().

+ Inheritance diagram for GlobalCtx:
+ Collaboration diagram for GlobalCtx:

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