![]() |
Ember
|
Static helpers for status colors by node state (Idle/Running/Success/Failure/Halted). More...
#include <StatusOverlay.h>
Static Public Member Functions | |
| static wxColour | GetFillColor (int status) |
| Returns fill color for the given status code. | |
| static wxColour | GetBorderColor (int status) |
| Returns border color for the given status code. | |
| static wxColour | GetTextColor (int status) |
| Returns text color for the given status code. | |
| static wxColour | GetExecutionPathColor () |
| Color for nodes in the execution path. | |
| static wxColour | GetCurrentNodeColor () |
| Color for the currently executing node. | |
| static wxColour | IdleFill () |
| Fill color for idle state. | |
| static wxColour | RunningFill () |
| Fill color for running state. | |
| static wxColour | SuccessFill () |
| Fill color for success state. | |
| static wxColour | FailureFill () |
| Fill color for failure state. | |
| static wxColour | HaltedFill () |
| Fill color for halted state. | |
Static helpers for status colors by node state (Idle/Running/Success/Failure/Halted).
Definition at line 22 of file StatusOverlay.h.
|
static |
Fill color for failure state.
Definition at line 11 of file StatusOverlay.cpp.
|
static |
Returns border color for the given status code.
Definition at line 29 of file StatusOverlay.cpp.
|
static |
Color for the currently executing node.
Definition at line 58 of file StatusOverlay.cpp.
|
static |
Color for nodes in the execution path.
Definition at line 56 of file StatusOverlay.cpp.
|
static |
Returns fill color for the given status code.
Definition at line 14 of file StatusOverlay.cpp.
|
static |
Returns text color for the given status code.
Definition at line 44 of file StatusOverlay.cpp.
|
static |
Fill color for halted state.
Definition at line 12 of file StatusOverlay.cpp.
|
static |
Fill color for idle state.
Definition at line 8 of file StatusOverlay.cpp.
|
static |
Fill color for running state.
Definition at line 9 of file StatusOverlay.cpp.
|
static |
Fill color for success state.
Definition at line 10 of file StatusOverlay.cpp.