MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / collapsing_header

Method collapsing_header

src/python/lfs/py_ui.cpp:1462–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460 pop_per_item_state();
1461 }
1462 bool PySubLayout::collapsing_header(const std::string& l, bool default_open) {
1463 advance_child();
1464 apply_state();
1465 auto r = parent_->collapsing_header(l, default_open);
1466 pop_per_item_state();
1467 return r;
1468 }
1469 bool PySubLayout::tree_node(const std::string& l) {
1470 advance_child();
1471 apply_state();

Callers 5

draw_cropbox_controlsFunction · 0.45
draw_ellipsoid_controlsFunction · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected