Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Hard wired key constants and basic definitions for communication with the GUI.
The Lumiera UI is connected to the application core via message oriented interfaces, running an asynchronous communication protocol.
These protocols are basically implementation defined conventions and not rigorously formalised. To a large extent, they are guided by the types and corresponding API interfaces. However, since the lumiera session allows for quite flexible structures, these protocols are kept open for local extensions. At various levels, magic ID-Values are used to initiate specific interactions. This header supplies the hard wired key constants and IDs thereby employed.
Definition in file ui-protocol.hpp.
Functions | |
LUMIERA_ERROR_DECLARE (DIFF_STRUCTURE) | |
Invalid diff structure: implicit rules and assumptions violated. | |
Namespaces | |
lumiera | |
Lumiera public interface. | |
stage | |
Lumiera GTK UI implementation root. | |