MCPcopy Create free account
hub / github.com/Norbyte/bg3se / StyledRender

Method StyledRender

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:428–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426
427
428void TreeParent::StyledRender(DrawingContext& context)
429{
430 if (BeginRender(context)) {
431 for (auto childHandle : Children) {
432 auto child = Manager->GetRenderable(childHandle);
433 if (child) {
434 child->Render(context);
435 }
436 }
437 }
438
439 EndRender(context);
440}
441
442
443lua::ImguiHandle TreeParent::AddGroup(char const* label)

Callers

nothing calls this directly

Calls 15

MenuItemClass · 0.85
ToImVecFunction · 0.85
TextLinkClass · 0.85
BulletTextClass · 0.85
SeparatorClass · 0.85
SeparatorTextClass · 0.85
SpacingClass · 0.85
DummyClass · 0.85
NewLineClass · 0.85
SelectableClass · 0.85
CheckboxClass · 0.85
RadioButtonClass · 0.85

Tested by

no test coverage detected