MCPcopy Create free account
hub / github.com/AshampooSystems/boden / setLayout

Method setLayout

framework/ui/src/View.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void View::setLayout(std::shared_ptr<Layout> layout)
55 {
56 auto oldLayout = _layout.set(std::move(layout));
57 updateLayout(oldLayout, _layout.get());
58 }
59
60 void View::setFallbackLayout(std::shared_ptr<Layout> layout)
61 {

Callers 8

updateLayoutMethod · 0.45
createTestUIMethod · 0.45
MainViewControllerFunction · 0.45
MainViewControllerMethod · 0.45
TimersPage.cppFile · 0.45
MainViewControllerFunction · 0.45
MainViewControllerMethod · 0.45
MainViewControllerMethod · 0.45

Calls 2

setMethod · 0.45
getMethod · 0.45

Tested by 1

createTestUIMethod · 0.36