Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AshampooSystems/boden
/ bindViewCore
Method
bindViewCore
framework/ui/src/Slider.cpp:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void Slider::bindViewCore()
16
{
17
View::bindViewCore();
18
auto sliderCore = View::core<Slider::Core>();
19
sliderCore->value.bind(value);
20
}
21
}
Callers
nothing calls this directly
Calls
1
bind
Method · 0.45
Tested by
no test coverage detected