![]() |
Ember
|
Interface for querying node status and execution path. More...
#include <StatusOverlay.h>
Public Member Functions | |
| virtual | ~IStatusProvider ()=default |
| virtual int | GetNodeStatus (int64_t nodeId) const =0 |
| Returns the status code for the given node. | |
| virtual bool | IsNodeInExecutionPath (int64_t nodeId) const =0 |
| Returns true if the node is in the current execution path. | |
| virtual void | GetExecutionPathIds (std::set< int64_t > &outIds) const =0 |
| Fills outIds with IDs of nodes in the execution path. | |
Interface for querying node status and execution path.
Definition at line 10 of file StatusOverlay.h.
|
virtualdefault |
|
pure virtual |
Fills outIds with IDs of nodes in the execution path.
Implemented in Ember::Monitor::MainPanel.
|
pure virtual |
Returns the status code for the given node.
Implemented in Ember::Monitor::MainPanel.
|
pure virtual |
Returns true if the node is in the current execution path.
Implemented in Ember::Monitor::MainPanel.