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

Method setFallbackLayout

framework/ui/src/View.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void View::setFallbackLayout(std::shared_ptr<Layout> layout)
61 {
62 auto oldLayout = _layout.setFallback(std::move(layout));
63
64 updateLayout(oldLayout, _layout.get());
65 }
66
67 void View::updateLayout(const std::shared_ptr<Layout> &oldLayout, const std::shared_ptr<Layout> &newLayout)
68 {

Callers 4

updateLayoutMethod · 0.80
setParentViewOfViewMethod · 0.80
pushViewMethod · 0.80

Calls 2

setFallbackMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected