![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Manage the lifecycle of the public UI facade interface(s). More...
Go to the source code of this file.
Manage the lifecycle of the public UI facade interface(s).
Startup of the UI is a tricky process, which requires to establish a main context and to wire the right components in the right order, prior to activating the GTK event loop. External interfaces of the UI-Layer should be activated only after everything is wired properly and after the event loop is actually operative.
Definition in file stage/ctrl/facade.hpp.
#include "stage/notification-service.hpp"#include "lib/depend-inject.hpp"#include "lib/nocopy.hpp"Namespaces | |
| namespace | stage |
| Lumiera GTK UI implementation root. | |
| namespace | stage::ctrl |
| Backbone of the Lumiera GTK UI. | |
Classes | |
| class | Facade |
| A context to hold and manage the implementation of all UI facade interfaces. More... | |