34 const Symbol META_kind{
"kind"};
36 const Symbol TYPE_Fork{
"Fork"};
37 const Symbol TYPE_Clip{
"Clip"};
38 const Symbol TYPE_Ruler{
"Ruler"};
39 const Symbol TYPE_Marker{
"Marker"};
40 const Symbol TYPE_Channel{
"Channel"};
41 const Symbol TYPE_Effect{
"Effect"};
43 const Symbol ATTR_name{
"name"};
44 const Symbol ATTR_fork{
"fork"};
45 const Symbol ATTR_assets{
"assets"};
46 const Symbol ATTR_timing{
"timing"};
51 const Symbol MARK_reset{
"reset"};
52 const Symbol MARK_clearErr{
"clearErr"};
53 const Symbol MARK_clearMsg{
"clearMsg"};
54 const Symbol MARK_expand{
"expand"};
55 const Symbol MARK_reveal{
"reveal"};
56 const Symbol MARK_Flash{
"Flash"};
57 const Symbol MARK_Error{
"Error"};
58 const Symbol MARK_Warning{
"Warning"};
59 const Symbol MARK_Message{
"Message"};
64 const Symbol GESTURE_dragReolcate{
"DRAG.relocateInTimeline"};
Hard wired key constants and basic definitions for communication with the GUI.
Lumiera GTK UI implementation root.