| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected