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

Method NavigationView

framework/ui/src/NavigationView.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 }
11
12 NavigationView::NavigationView(std::shared_ptr<ViewCoreFactory> viewCoreFactory) : View(std::move(viewCoreFactory))
13 {
14 detail::VIEW_CORE_REGISTER(NavigationView, View::viewCoreFactory());
15 }
16
17 void NavigationView::pushView(std::shared_ptr<View> view, std::string title)
18 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected