openMSX
Public Attributes | List of all members
ExampleTreeNode Struct Reference
Collaboration diagram for ExampleTreeNode:
Collaboration graph
[legend]

Public Attributes

char Name [28] = ""
 
int UID = 0
 
ExampleTreeNodeParent = NULL
 
ImVector< ExampleTreeNode * > Childs
 
unsigned short IndexInParent = 0
 
bool HasData = false
 
bool DataMyBool = true
 
int DataMyInt = 128
 
ImVec2 DataMyVec2 = ImVec2(0.0f, 3.141592f)
 

Detailed Description

Definition at line 277 of file imgui_demo.cc.

Member Data Documentation

◆ Childs

ImVector<ExampleTreeNode*> ExampleTreeNode::Childs

◆ DataMyBool

bool ExampleTreeNode::DataMyBool = true

Definition at line 288 of file imgui_demo.cc.

Referenced by ExampleAppPropertyEditor::DrawTreeNode().

◆ DataMyInt

int ExampleTreeNode::DataMyInt = 128

Definition at line 289 of file imgui_demo.cc.

◆ DataMyVec2

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

Definition at line 290 of file imgui_demo.cc.

◆ HasData

bool ExampleTreeNode::HasData = false

Definition at line 287 of file imgui_demo.cc.

◆ IndexInParent

unsigned short ExampleTreeNode::IndexInParent = 0

Definition at line 284 of file imgui_demo.cc.

◆ Name

char ExampleTreeNode::Name[28] = ""

Definition at line 280 of file imgui_demo.cc.

Referenced by ExampleAppPropertyEditor::DrawTreeNode().

◆ Parent

ExampleTreeNode* ExampleTreeNode::Parent = NULL

Definition at line 282 of file imgui_demo.cc.

◆ UID

int ExampleTreeNode::UID = 0

Definition at line 281 of file imgui_demo.cc.

Referenced by ExampleAppPropertyEditor::DrawTreeNode().


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