![]() |
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 217 of file FrameworkGUIDevicesGraph.cxx.
|
inline |
Definition at line 228 of file FrameworkGUIDevicesGraph.cxx.
| ImVec4 o2::framework::gui::Node::Color |
Definition at line 223 of file FrameworkGUIDevicesGraph.cxx.
| int o2::framework::gui::Node::GroupID |
Definition at line 219 of file FrameworkGUIDevicesGraph.cxx.
| int o2::framework::gui::Node::ID |
Definition at line 218 of file FrameworkGUIDevicesGraph.cxx.
| int o2::framework::gui::Node::InputsCount |
Definition at line 224 of file FrameworkGUIDevicesGraph.cxx.
| char o2::framework::gui::Node::Name[64] |
Definition at line 220 of file FrameworkGUIDevicesGraph.cxx.
| OldestPossibleInput o2::framework::gui::Node::oldestPossibleInput[MAX_SLOTS] |
Definition at line 225 of file FrameworkGUIDevicesGraph.cxx.
| OldestPossibleOutput o2::framework::gui::Node::oldestPossibleOutput[MAX_SLOTS] |
Definition at line 226 of file FrameworkGUIDevicesGraph.cxx.
| int o2::framework::gui::Node::OutputsCount |
Definition at line 224 of file FrameworkGUIDevicesGraph.cxx.
| ImVec2 o2::framework::gui::Node::Size |
Definition at line 221 of file FrameworkGUIDevicesGraph.cxx.
| float o2::framework::gui::Node::Value |
Definition at line 222 of file FrameworkGUIDevicesGraph.cxx.