openMSX
|
Public Attributes | |
char | Name [28] = "" |
int | UID = 0 |
ExampleTreeNode * | Parent = NULL |
ImVector< ExampleTreeNode * > | Childs |
unsigned short | IndexInParent = 0 |
bool | HasData = false |
bool | DataMyBool = true |
int | DataMyInt = 128 |
ImVec2 | DataMyVec2 = ImVec2(0.0f, 3.141592f) |
Definition at line 277 of file imgui_demo.cc.
ImVector<ExampleTreeNode*> ExampleTreeNode::Childs |
Definition at line 283 of file imgui_demo.cc.
Referenced by ExampleAppPropertyEditor::Draw(), and ExampleAppPropertyEditor::DrawTreeNode().
bool ExampleTreeNode::DataMyBool = true |
Definition at line 288 of file imgui_demo.cc.
Referenced by ExampleAppPropertyEditor::DrawTreeNode().
int ExampleTreeNode::DataMyInt = 128 |
Definition at line 289 of file imgui_demo.cc.
ImVec2 ExampleTreeNode::DataMyVec2 = ImVec2(0.0f, 3.141592f) |
Definition at line 290 of file imgui_demo.cc.
bool ExampleTreeNode::HasData = false |
Definition at line 287 of file imgui_demo.cc.
unsigned short ExampleTreeNode::IndexInParent = 0 |
Definition at line 284 of file imgui_demo.cc.
char ExampleTreeNode::Name[28] = "" |
Definition at line 280 of file imgui_demo.cc.
Referenced by ExampleAppPropertyEditor::DrawTreeNode().
ExampleTreeNode* ExampleTreeNode::Parent = NULL |
Definition at line 282 of file imgui_demo.cc.
int ExampleTreeNode::UID = 0 |
Definition at line 281 of file imgui_demo.cc.
Referenced by ExampleAppPropertyEditor::DrawTreeNode().