Ember
Loading...
Searching...
No Matches
EmberUI::StatusColors Struct Reference

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.

Detailed Description

Static helpers for status colors by node state (Idle/Running/Success/Failure/Halted).

Definition at line 22 of file StatusOverlay.h.

Member Function Documentation

◆ FailureFill()

wxColour EmberUI::StatusColors::FailureFill ( )
static

Fill color for failure state.

Definition at line 11 of file StatusOverlay.cpp.

◆ GetBorderColor()

wxColour EmberUI::StatusColors::GetBorderColor ( int status)
static

Returns border color for the given status code.

Definition at line 29 of file StatusOverlay.cpp.

◆ GetCurrentNodeColor()

wxColour EmberUI::StatusColors::GetCurrentNodeColor ( )
static

Color for the currently executing node.

Definition at line 58 of file StatusOverlay.cpp.

◆ GetExecutionPathColor()

wxColour EmberUI::StatusColors::GetExecutionPathColor ( )
static

Color for nodes in the execution path.

Definition at line 56 of file StatusOverlay.cpp.

◆ GetFillColor()

wxColour EmberUI::StatusColors::GetFillColor ( int status)
static

Returns fill color for the given status code.

Definition at line 14 of file StatusOverlay.cpp.

◆ GetTextColor()

wxColour EmberUI::StatusColors::GetTextColor ( int status)
static

Returns text color for the given status code.

Definition at line 44 of file StatusOverlay.cpp.

◆ HaltedFill()

wxColour EmberUI::StatusColors::HaltedFill ( )
static

Fill color for halted state.

Definition at line 12 of file StatusOverlay.cpp.

◆ IdleFill()

wxColour EmberUI::StatusColors::IdleFill ( )
static

Fill color for idle state.

Definition at line 8 of file StatusOverlay.cpp.

◆ RunningFill()

wxColour EmberUI::StatusColors::RunningFill ( )
static

Fill color for running state.

Definition at line 9 of file StatusOverlay.cpp.

◆ SuccessFill()

wxColour EmberUI::StatusColors::SuccessFill ( )
static

Fill color for success state.

Definition at line 10 of file StatusOverlay.cpp.


The documentation for this struct was generated from the following files: