![]() |
Project
|
Public Member Functions | |
Node (int id, int groupID, char const *name, float value, const ImVec4 &color, int inputs_count, int outputs_count) | |
Public Attributes | |
int | ID |
int | GroupID |
char | Name [64] |
ImVec2 | Size |
float | Value |
ImVec4 | Color |
int | InputsCount |
int | OutputsCount |
OldestPossibleInput | oldestPossibleInput [MAX_SLOTS] |
OldestPossibleOutput | oldestPossibleOutput [MAX_SLOTS] |
Definition at line 188 of file FrameworkGUIDevicesGraph.cxx.
|
inline |
Definition at line 199 of file FrameworkGUIDevicesGraph.cxx.
ImVec4 o2::framework::gui::Node::Color |
Definition at line 194 of file FrameworkGUIDevicesGraph.cxx.
int o2::framework::gui::Node::GroupID |
Definition at line 190 of file FrameworkGUIDevicesGraph.cxx.
int o2::framework::gui::Node::ID |
Definition at line 189 of file FrameworkGUIDevicesGraph.cxx.
int o2::framework::gui::Node::InputsCount |
Definition at line 195 of file FrameworkGUIDevicesGraph.cxx.
char o2::framework::gui::Node::Name[64] |
Definition at line 191 of file FrameworkGUIDevicesGraph.cxx.
OldestPossibleInput o2::framework::gui::Node::oldestPossibleInput[MAX_SLOTS] |
Definition at line 196 of file FrameworkGUIDevicesGraph.cxx.
OldestPossibleOutput o2::framework::gui::Node::oldestPossibleOutput[MAX_SLOTS] |
Definition at line 197 of file FrameworkGUIDevicesGraph.cxx.
int o2::framework::gui::Node::OutputsCount |
Definition at line 195 of file FrameworkGUIDevicesGraph.cxx.
ImVec2 o2::framework::gui::Node::Size |
Definition at line 192 of file FrameworkGUIDevicesGraph.cxx.
float o2::framework::gui::Node::Value |
Definition at line 193 of file FrameworkGUIDevicesGraph.cxx.