Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ExampleTreeNode Struct Reference
Collaboration diagram for ExampleTreeNode:
[legend]

Public Attributes

char Name [28]
 
ImGuiID UID = 0
 
ExampleTreeNodeParent = NULL
 
ImVector< ExampleTreeNode * > Childs
 
bool HasData = false
 
bool DataIsEnabled = false
 
int DataInt = 128
 
ImVec2 DataVec2 = ImVec2(0.0f, 3.141592f)
 

Member Data Documentation

◆ Childs

ImVector<ExampleTreeNode*> ExampleTreeNode::Childs

◆ DataInt

int ExampleTreeNode::DataInt = 128

◆ DataIsEnabled

bool ExampleTreeNode::DataIsEnabled = false

◆ DataVec2

ImVec2 ExampleTreeNode::DataVec2 = ImVec2(0.0f, 3.141592f)

◆ HasData

bool ExampleTreeNode::HasData = false

◆ Name

char ExampleTreeNode::Name[28]

◆ Parent

ExampleTreeNode* ExampleTreeNode::Parent = NULL

◆ UID

ImGuiID ExampleTreeNode::UID = 0

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