#include <settings_editor.h>
Public Member Functions | |
void | Draw (ExampleTreeNode *root_node) |
void | DrawTreeNode (ExampleTreeNode *node) |
Public Attributes | |
ImGuiTextFilter | Filter |
Definition at line 85 of file settings_editor.h.
|
inline |
Definition at line 88 of file settings_editor.h.
References yaze::editor::ExampleTreeNode::Childs, DrawTreeNode(), Filter, and yaze::editor::ExampleTreeNode::Name.
|
inline |
Definition at line 117 of file settings_editor.h.
References yaze::editor::ExampleTreeNode::Childs, DrawTreeNode(), yaze::editor::ExampleTreeNode::HasData, yaze::editor::ExampleTreeNode::Name, and yaze::editor::ExampleTreeNode::UID.
Referenced by Draw(), and DrawTreeNode().
ImGuiTextFilter yaze::editor::ExampleAppPropertyEditor::Filter |
Definition at line 86 of file settings_editor.h.
Referenced by Draw().