25 const Symbol META_kind{
"kind"};
27 const Symbol TYPE_Fork{
"Fork"};
28 const Symbol TYPE_Clip{
"Clip"};
29 const Symbol TYPE_Ruler{
"Ruler"};
30 const Symbol TYPE_Marker{
"Marker"};
31 const Symbol TYPE_Channel{
"Channel"};
32 const Symbol TYPE_Effect{
"Effect"};
34 const Symbol ATTR_name{
"name"};
35 const Symbol ATTR_fork{
"fork"};
36 const Symbol ATTR_assets{
"assets"};
37 const Symbol ATTR_timing{
"timing"};
42 const Symbol MARK_reset{
"reset"};
43 const Symbol MARK_clearErr{
"clearErr"};
44 const Symbol MARK_clearMsg{
"clearMsg"};
45 const Symbol MARK_expand{
"expand"};
46 const Symbol MARK_reveal{
"reveal"};
47 const Symbol MARK_Flash{
"Flash"};
48 const Symbol MARK_Error{
"Error"};
49 const Symbol MARK_Warning{
"Warning"};
50 const Symbol MARK_Message{
"Message"};
55 const Symbol GESTURE_dragReolcate{
"DRAG.relocateInTimeline"};
Hard wired key constants and basic definitions for communication with the GUI.
Lumiera GTK UI implementation root.