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