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

Function TreeNodeFlags

Source/GUI/ImGuiBinding.cpp:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232static uint32_t TreeNodeFlags(Slice* flags, int count) {
233 uint32_t result = 0;
234 for (int i = 0; i < count; i++) {
235 result |= getTreeNodeFlag(flags[i]);
236 }
237 return result;
238}
239
240static ImGuiSelectableFlags_ getSelectableFlag(String flag) {
241 switch (Switch::hash(flag)) {

Callers 2

TreeNodeExFunction · 0.85
CollapsingHeaderFunction · 0.85

Calls 1

getTreeNodeFlagFunction · 0.85

Tested by

no test coverage detected