MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / TreeNodeEx

Function TreeNodeEx

Source/GUI/ImGuiBinding.cpp:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595bool TreeNodeEx(const char* label, Slice* treeNodeFlags, int flagCount) {
596 return ImGui::TreeNodeEx(label, TreeNodeFlags(treeNodeFlags, flagCount));
597}
598
599void SetNextItemOpen(bool is_open, String setCond) {
600 ImGui::SetNextItemOpen(is_open, SetCondFlag(setCond));

Callers 13

imgui__tree_node_ex_optsFunction · 0.85
DebugNodeWindowMethod · 0.85
DrawNodeMethod · 0.85
DemoWindowLayoutFunction · 0.85
DisplayNodeMethod · 0.85
DemoWindowTablesFunction · 0.85
ShowStyleEditorMethod · 0.85
DrawTreeNodeMethod · 0.85

Calls 2

TreeNodeFlagsFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected