Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
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 53 of file stage/ctrl/facade.hpp.

Public Member Functions

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

Private Types

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

Private Attributes

Instance_Notification notificationService_
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ Facade()

Facade ( UiBus bus,
UiManager manager 
)
inline

Activate all external UI facade interfaces.

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

Member Typedef Documentation

◆ Instance_Notification

using Instance_Notification = lib::DependInject<NotificationService>::ServiceInstance<>
private

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

Member Data Documentation

◆ notificationService_

Instance_Notification notificationService_
private

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

+ Inheritance diagram for Facade:
+ Collaboration diagram for Facade:

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