31#define _COMPONENT_INSTANCE_NEW "COMPONENT_INSTANCE_NEW"
36#define _editedNodeBrushColor "editedNodeBrushColor"
37#define _normalNodeBrushColor "normalNodeBrushColor"
38#define _runNodeBrushColor "runNodeBrushColor"
39#define _validNodeColor "validNodeColor"
40#define _invalidNodeColor "invalidNodeColor"
42#define _NOTYETINITIALIZED "NOTYETINITIALIZED"
43#define _INITIALISED "INITIALISED"
44#define _RUNNING "RUNNING"
45#define _WAITINGTASKS "WAITINGTASKS"
46#define _PAUSED "PAUSED"
47#define _FINISHED "FINISHED"
48#define _STOPPED "STOPPED"
49#define _UNKNOWN "UNKNOWN"
51#define _UNDEFINED "UNDEFINED"
52#define _INVALID "INVALID"
54#define _TOLOAD "TOLOAD"
55#define _LOADED "LOADED"
56#define _TOACTIVATE "TOACTIVATE"
57#define _ACTIVATED "ACTIVATED"
58#define _DESACTIVATED "DESACTIVATED"
60#define _SUSPENDED "SUSPENDED"
61#define _LOADFAILED "LOADFAILED"
62#define _EXECFAILED "EXECFAILED"
64#define _INTERNALERR "INTERNALERR"
65#define _DISABLED "DISABLED"
66#define _FAILED "FAILED"
68#define _DEFAULT "DEFAULT"
70#define _Scene_pen "Scene_pen"
71#define _Scene_hiPen "Scene_hiPen"
72#define _Scene_brush "Scene_brush"
73#define _Scene_hiBrush "Scene_hiBrush"
74#define _ComposedNode_brush "ComposedNode_brush"
75#define _ComposedNode_hiBrush "ComposedNode_hiBrush"
76#define _ComposedNode_pen "ComposedNode_pen"
77#define _ComposedNode_hiPen "ComposedNode_hiPen"
78#define _ElementaryNode_brush "ElementaryNode_brush"
79#define _ElementaryNode_hiBrush "ElementaryNode_hiBrush"
80#define _ElementaryNode_pen "ElementaryNode_pen"
81#define _ElementaryNode_hiPen "ElementaryNode_hiPen"
82#define _Header_brush "Header_brush"
83#define _Header_hiBrush "Header_hiBrush"
84#define _Header_pen "Header_pen"
85#define _Header_hiPen "Header_hiPen"
86#define _CtrlPort_brush "CtrlPort_brush"
87#define _CtrlPort_hiBrush "CtrlPort_hiBrush"
88#define _CtrlPort_pen "CtrlPort_pen"
89#define _CtrlPort_hiPen "CtrlPort_hiPen"
90#define _DataPort_brush "DataPort_brush"
91#define _DataPort_hiBrush "DataPort_hiBrush"
92#define _DataPort_pen "DataPort_pen"
93#define _DataPort_hiPen "DataPort_hiPen"
94#define _DataStreamPort_brush "DataStreamPort_brush"
95#define _DataStreamPort_hiBrush "DataStreamPort_hiBrush"
96#define _DataStreamPort_pen "DataStreamPort_pen"
97#define _DataStreamPort_hiPen "DataStreamPort_hiPen"
99#define __dragOver "dragOver"
104#define COMPONENTINSTANCENEW true
105#define PYTHONFONT QFont("Courier")
106#define PYTHONEXTERNALEDITOR ""
107#define USERCATALOG "YACSUserCatalog.xml"
108#define ADDROWCOLS true
109#define STRAIGHTLINKS false
110#define AUTOCOMPUTELINKS true
111#define SIMPLIFYLINK true
112#define ENSUREVISIBLEWHENMOVED true
113#define TABPANELSUP true
114#define DOCKWIDGETPRIORITY 0
115#define PROGRESSBARCOLOR Qt::darkGreen
116#define PROGRESSBARLABEL 2
118#define EDITEDNODEBRUSHCOLOR QColor(255, 255, 190)
119#define NORMALNODEBRUSHCOLOR QColor(230, 235, 255)
120#define RUNNODEBRUSHCOLOR QColor(205, 218, 255)
121#define VALIDNODECOLOR QColor(128, 255, 128)
122#define INVALIDNODECOLOR QColor(255, 128, 128)
124#define EMPHASIZEBRUSHCOLOR QColor( 0, 255, 0)
126#define NOTYETINITIALIZED_ QColor(255, 243, 205)
127#define INITIALISED_ QColor(230, 255, 205)
128#define RUNNING_ QColor(205, 255, 218)
129#define WAITINGTASKS_ QColor(205, 255, 255)
130#define PAUSED_ QColor(205, 218, 255)
131#define FINISHED_ QColor(230, 205, 255)
132#define STOPPED_ QColor(255, 205, 243)
133#define UNKNOWN_ QColor(255, 205, 205)
135#define UNDEFINED_ Qt::lightGray
136#define INVALID_ Qt::red
137#define READY_ Qt::gray
138#define TOLOAD_ Qt::darkYellow
139#define LOADED_ Qt::darkMagenta
140#define TOACTIVATE_ Qt::darkCyan
141#define ACTIVATED_ Qt::darkBlue
142#define DESACTIVATED_ Qt::gray
143#define DONE_ Qt::darkGreen
144#define SUSPENDED_ Qt::gray
145#define LOADFAILED_ QColor(255, 0, 170)
146#define EXECFAILED_ QColor(255, 85, 0)
147#define PAUSE_ QColor(0, 255, 255)
148#define INTERNALERR_ QColor(255, 0, 85)
149#define DISABLED_ QColor(255, 170, 0)
150#define FAILED_ QColor(170, 85, 0)
151#define ERROR_ QColor(255, 0, 0)
152#define DEFAULT_ Qt::lightGray
154#define LINKDRAW_COLOR QColor( 0, 0, 192)
155#define LINK_SELECT_COLOR QColor(192, 192, 255)
156#define STREAMLINKDRAW_COLOR QColor(192, 192, 0)
157#define STREAMLINK_SELECT_COLOR QColor(255, 255, 192)
158#define CTRLLINKDRAW_COLOR QColor(192, 0, 192)
159#define CTRLLINK_SELECT_COLOR QColor(255, 192, 255)
160#define LINK_PEN_DARKNESS 150
161#define LINK_THICKNESS 1.0
162#define LINK_SEPARATION_WEIGHT 10
164#define Scene_pen_ QColor( 0, 0, 128)
165#define Scene_hiPen_ QColor( 0, 0, 190)
166#define Scene_brush_ QColor(128, 128, 128)
167#define Scene_hiBrush_ QColor(190, 190, 190)
168#define ComposedNode_brush_ QColor(213, 213, 213)
169#define ComposedNode_hiBrush_ QColor(225, 225, 225)
170#define ComposedNode_pen_ QColor(120, 120, 120)
171#define ComposedNode_hiPen_ QColor( 60, 60, 60)
172#define ElementaryNode_brush_ QColor(189, 230, 185)
173#define ElementaryNode_hiBrush_ QColor(209, 255, 205)
174#define ElementaryNode_pen_ QColor( 15, 180, 0)
175#define ElementaryNode_hiPen_ QColor( 11, 128, 0)
176#define Header_brush_ QColor(215, 220, 238)
177#define Header_hiBrush_ QColor(161, 178, 238)
178#define Header_pen_ QColor(120, 120, 120)
179#define Header_hiPen_ QColor( 60, 60, 60)
180#define CtrlPort_brush_ QColor(205, 210, 227)
181#define CtrlPort_hiBrush_ QColor(161, 176, 227)
182#define CtrlPort_pen_ QColor(120, 120, 120)
183#define CtrlPort_hiPen_ QColor( 60, 60, 60)
184#define DataPort_brush_ QColor(158, 227, 151)
185#define DataPort_hiBrush_ QColor(127, 227, 116)
186#define DataPort_pen_ QColor( 15, 180, 0)
187#define DataPort_hiPen_ QColor( 11, 128, 0)
188#define DataStreamPort_brush_ QColor(158, 227, 151)
189#define DataStreamPort_hiBrush_ QColor(127, 227, 116)
190#define DataStreamPort_pen_ QColor( 15, 180, 0)
191#define DataStreamPort_hiPen_ QColor( 11, 128, 0)
193#define dragOver_ QColor(255, 0, 0)
#define GENERICGUI_EXPORT
static int DataPort_Width
static QColor Header_brush
static QColor CtrlPort_hiBrush
static QColor DESACTIVATED
static QColor ElementaryNode_hiPen
static int CtrlPort_Width
static QColor control_link_draw_color
static int dockWidgetPriority
static QColor Scene_brush
static QColor Scene_hiBrush
static bool straightLinks
static QColor DataPort_brush
static bool COMPONENT_INSTANCE_NEW
static QColor ElementaryNode_pen
static QColor WAITINGTASKS
static QColor Scene_hiPen
static QColor NOTYETINITIALIZED
static int link_pen_darkness
static QColor DataStreamPort_hiBrush
static QColor DataPort_hiBrush
static QColor DataStreamPort_hiPen
static int CtrlPort_Height
static QColor ComposedNode_brush
static QColor control_link_select_color
static QColor INTERNALERR
static QColor progressBarColor
static int progressBarLabel
static QColor emphasizeBrushColor
static QColor DataStreamPort_pen
static QColor link_draw_color
static int DataPort_Height
static QString userCatalog
static QColor DataPort_pen
static QColor DataStreamPort_brush
static QColor stream_link_draw_color
static int link_separation_weight
static QColor stream_link_select_color
static bool autoComputeLinks
static QColor Header_hiPen
static QColor normalNodeBrushColor
static QColor editedNodeBrushColor
static QColor ElementaryNode_brush
static QColor validNodeColor
static QColor CtrlPort_pen
static QColor INITIALISED
static QColor ComposedNode_hiPen
static QColor runNodeBrushColor
static QColor ElementaryNode_hiBrush
static double link_thickness
static QColor ComposedNode_hiBrush
static QString pythonExternalEditor
static QColor invalidNodeColor
static QColor link_select_color
static bool ensureVisibleWhenMoved
static int progressBar_Height
static QColor CtrlPort_hiPen
static QColor Header_hiBrush
static QColor CtrlPort_brush
static QColor DataPort_hiPen
static QColor ComposedNode_pen