Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
notification-interface-proxy.cpp File Reference

Interface-Proxy for the stage::GuiNotification facade. More...

Go to the source code of this file.

Description

Interface-Proxy for the stage::GuiNotification facade.

The purpose is to define a proxy implementation of stage::GuiNotification, in order to redirect any calls through the associated C Language Interface "lumieraorg_GuiNotification"

See also
gui-notification-facade.hpp
notification-service.hpp actual implementation within the GUI

Definition in file notification-interface-proxy.cpp.

Namespaces

namespace  stage
 Lumiera GTK UI implementation root.
 
namespace  lumiera
 Lumiera public interface.
 
namespace  lumiera::facade
 

Typedefs

using Interface = LUMIERA_INTERFACE_INAME(lumieraorg_GuiNotification, 0)
 
using Facade = stage::GuiNotification
 
using IHandle = InstanceHandle< Interface, Facade >
 

Classes

class  Proxy< IHandle >