Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateLayout
Method · 0.45
createTestUI
Method · 0.45
MainViewController
Function · 0.45
MainViewController
Method · 0.45
TimersPage.cpp
File · 0.45
MainViewController
Function · 0.45
MainViewController
Method · 0.45
MainViewController
Method · 0.45
Calls
2
set
Method · 0.45
get
Method · 0.45
Tested by
1
createTestUI
Method · 0.36