#include <settings_editor.h>
Public Attributes | |
char | Name [28] |
ImGuiID | UID = 0 |
ExampleTreeNode * | Parent = NULL |
ImVector< ExampleTreeNode * > | Childs |
bool | HasData = false |
bool | DataIsEnabled = false |
int | DataInt = 128 |
ImVec2 | DataVec2 = ImVec2(0.0f, 3.141592f) |
Definition at line 16 of file settings_editor.h.
char yaze::app::editor::ExampleTreeNode::Name[28] |
Definition at line 17 of file settings_editor.h.
Referenced by yaze::app::editor::ExampleAppPropertyEditor::Draw(), and yaze::app::editor::ExampleAppPropertyEditor::DrawTreeNode().
ImGuiID yaze::app::editor::ExampleTreeNode::UID = 0 |
Definition at line 18 of file settings_editor.h.
Referenced by yaze::app::editor::ExampleAppPropertyEditor::DrawTreeNode().
ExampleTreeNode* yaze::app::editor::ExampleTreeNode::Parent = NULL |
Definition at line 19 of file settings_editor.h.
ImVector<ExampleTreeNode*> yaze::app::editor::ExampleTreeNode::Childs |
Definition at line 20 of file settings_editor.h.
Referenced by yaze::app::editor::ExampleAppPropertyEditor::Draw(), and yaze::app::editor::ExampleAppPropertyEditor::DrawTreeNode().
bool yaze::app::editor::ExampleTreeNode::HasData = false |
Definition at line 23 of file settings_editor.h.
Referenced by yaze::app::editor::ExampleAppPropertyEditor::DrawTreeNode().
bool yaze::app::editor::ExampleTreeNode::DataIsEnabled = false |
Definition at line 24 of file settings_editor.h.
int yaze::app::editor::ExampleTreeNode::DataInt = 128 |
Definition at line 25 of file settings_editor.h.
ImVec2 yaze::app::editor::ExampleTreeNode::DataVec2 = ImVec2(0.0f, 3.141592f) |
Definition at line 26 of file settings_editor.h.