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

#include "stage/ctrl/facade.hpp"

Description

A context to hold and manage the implementation of all UI facade interfaces.

The lifecycle follows RAII-style: whenever this object is constructed, all facade interfaces are open and fully operative.

Remarks
the UiManager is responsible to activate and deactivate those interfaces

Definition at line 63 of file stage/ctrl/facade.hpp.

Public Member Functions

 Facade (UiBus &bus, UiManager &manager)
 Activate all external UI facade interfaces.
 

Private Types

using Instance_DisplayService = lib::DependInject< DisplayService >::ServiceInstance<>
 
using Instance_Notification = lib::DependInject< NotificationService >::ServiceInstance<>
 

Private Attributes

Instance_DisplayService displayService_
 
Instance_Notification notificationService_
 

Additional Inherited Members

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

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