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

Method ScrollView

framework/ui/src/ScrollView.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 ScrollView::ScrollView(std::shared_ptr<ViewCoreFactory> viewCoreFactory)
14 : View(std::move(viewCoreFactory)), verticalScrollingEnabled(true)
15 {
16 detail::VIEW_CORE_REGISTER(ScrollView, View::viewCoreFactory());
17 contentView.onChange() += [=](auto &property) { _contentView.update(shared_from_this(), property.get()); };
18 }
19
20 void ScrollView::bindViewCore()
21 {

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected