enum class ObjectType { None, Node, Link, Pin }; using ax::NodeEditor::PinKind; using ax::NodeEditor::StyleColor; using ax::NodeEditor::StyleVar; using ax::NodeEditor::SaveReasonFlags; using ax::Node
// - #title_id must be unique to the current ImGui ID scope. If you need to avoid ID // collisions or don't want to display a title in the plot, use double hashes // (e.g. "MySubplot##HiddenIdText" or "##NoTitle"). // - #rows and #cols must be greater than 0. //...