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

Function CollapsingHeader

Source/GUI/ImGuiBinding.cpp:603–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603bool CollapsingHeader(const char* label, Slice* treeNodeFlags, int flagCount) {
604 return ImGui::CollapsingHeader(label, TreeNodeFlags(treeNodeFlags, flagCount));
605}
606
607bool CollapsingHeader(const char* label, bool* p_open, Slice* treeNodeFlags, int flagCount) {
608 return ImGui::CollapsingHeader(label, p_open, TreeNodeFlags(treeNodeFlags, flagCount));

Callers 12

ShowDemoWindowMethod · 0.85
DemoWindowWidgetsFunction · 0.85
DemoWindowLayoutFunction · 0.85
DemoWindowPopupsFunction · 0.85
DemoWindowTablesFunction · 0.85
DemoWindowColumnsFunction · 0.85
DemoWindowInputsFunction · 0.85
showStatsMethod · 0.85
CollapsingHeaderMethod · 0.85

Calls 4

TreeNodeFlagsFunction · 0.85
popMethod · 0.65
pushMethod · 0.65
c_strMethod · 0.45

Tested by

no test coverage detected