

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