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

Method scrollClientRectToVisible

framework/ui/src/ScrollView.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void ScrollView::scrollClientRectToVisible(const Rect &area)
31 {
32 assert(Application::isMainThread());
33
34 auto scrollCore = core<ScrollView::Core>();
35 scrollCore->scrollClientRectToVisible(area);
36 }
37
38 std::vector<std::shared_ptr<View>> ScrollView::childViews() const
39 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected