openMSX
|
Public Member Functions | |
void | Draw (ExampleTreeNode *root_node) |
void | DrawTreeNode (ExampleTreeNode *node) |
Public Attributes | |
ImGuiTextFilter | Filter |
ExampleTreeNode * | VisibleNode = NULL |
Definition at line 9013 of file imgui_demo.cc.
|
inline |
Definition at line 9018 of file imgui_demo.cc.
References ExampleTreeNode::Childs, DrawTreeNode(), Filter, ImGui::TextUnformatted(), and VisibleNode.
|
inline |
Definition at line 9100 of file imgui_demo.cc.
References ExampleTreeNode::Childs, ExampleTreeNode::DataMyBool, DrawTreeNode(), ExampleTreeNode::Name, ExampleTreeNode::UID, and VisibleNode.
Referenced by Draw(), and DrawTreeNode().
ImGuiTextFilter ExampleAppPropertyEditor::Filter |
Definition at line 9015 of file imgui_demo.cc.
Referenced by Draw().
ExampleTreeNode* ExampleAppPropertyEditor::VisibleNode = NULL |
Definition at line 9016 of file imgui_demo.cc.
Referenced by Draw(), and DrawTreeNode().