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

Method childViews

framework/ui/src/NavigationView.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 std::vector<std::shared_ptr<View>> NavigationView::childViews() const
32 {
33 if (auto navigationViewCore = core<NavigationView::Core>()) {
34 return navigationViewCore->childViews();
35 }
36 return {};
37 }
38
39 void NavigationView::bindViewCore() { View::bindViewCore(); }
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected