Project
Loading...
Searching...
No Matches
o2::framework::gui::Node Struct Reference

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]
 

Detailed Description

Definition at line 188 of file FrameworkGUIDevicesGraph.cxx.

Constructor & Destructor Documentation

◆ Node()

o2::framework::gui::Node::Node ( int  id,
int  groupID,
char const *  name,
float  value,
const ImVec4 &  color,
int  inputs_count,
int  outputs_count 
)
inline

Definition at line 199 of file FrameworkGUIDevicesGraph.cxx.

Member Data Documentation

◆ Color

ImVec4 o2::framework::gui::Node::Color

Definition at line 194 of file FrameworkGUIDevicesGraph.cxx.

◆ GroupID

int o2::framework::gui::Node::GroupID

Definition at line 190 of file FrameworkGUIDevicesGraph.cxx.

◆ ID

int o2::framework::gui::Node::ID

Definition at line 189 of file FrameworkGUIDevicesGraph.cxx.

◆ InputsCount

int o2::framework::gui::Node::InputsCount

Definition at line 195 of file FrameworkGUIDevicesGraph.cxx.

◆ Name

char o2::framework::gui::Node::Name[64]

Definition at line 191 of file FrameworkGUIDevicesGraph.cxx.

◆ oldestPossibleInput

OldestPossibleInput o2::framework::gui::Node::oldestPossibleInput[MAX_SLOTS]

Definition at line 196 of file FrameworkGUIDevicesGraph.cxx.

◆ oldestPossibleOutput

OldestPossibleOutput o2::framework::gui::Node::oldestPossibleOutput[MAX_SLOTS]

Definition at line 197 of file FrameworkGUIDevicesGraph.cxx.

◆ OutputsCount

int o2::framework::gui::Node::OutputsCount

Definition at line 195 of file FrameworkGUIDevicesGraph.cxx.

◆ Size

ImVec2 o2::framework::gui::Node::Size

Definition at line 192 of file FrameworkGUIDevicesGraph.cxx.

◆ Value

float o2::framework::gui::Node::Value

Definition at line 193 of file FrameworkGUIDevicesGraph.cxx.


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