yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::ExampleTreeNode Struct Reference

#include <settings_editor.h>

Collaboration diagram for yaze::app::editor::ExampleTreeNode:

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)
 

Detailed Description

Definition at line 16 of file settings_editor.h.

Member Data Documentation

◆ Name

char yaze::app::editor::ExampleTreeNode::Name[28]

◆ UID

ImGuiID yaze::app::editor::ExampleTreeNode::UID = 0

◆ Parent

ExampleTreeNode* yaze::app::editor::ExampleTreeNode::Parent = NULL

Definition at line 19 of file settings_editor.h.

◆ Childs

ImVector<ExampleTreeNode*> yaze::app::editor::ExampleTreeNode::Childs

◆ HasData

bool yaze::app::editor::ExampleTreeNode::HasData = false

◆ DataIsEnabled

bool yaze::app::editor::ExampleTreeNode::DataIsEnabled = false

Definition at line 24 of file settings_editor.h.

◆ DataInt

int yaze::app::editor::ExampleTreeNode::DataInt = 128

Definition at line 25 of file settings_editor.h.

◆ DataVec2

ImVec2 yaze::app::editor::ExampleTreeNode::DataVec2 = ImVec2(0.0f, 3.141592f)

Definition at line 26 of file settings_editor.h.


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