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

Method addChildView

framework/ui/src/ContainerView.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 void ContainerView::addChildView(const std::shared_ptr<View> &childView)
16 {
17 if (auto containerCore = core<ContainerView::Core>()) {
18 containerCore->addChildView(childView);
19 View::setParentViewOfView(childView, shared_from_this());
20 }
21 }
22
23 void ContainerView::removeChildView(const std::shared_ptr<View> &childView)
24 {

Callers 13

createTestUIMethod · 0.45
TESTFunction · 0.45
MainViewControllerFunction · 0.45
createContentMethod · 0.45
TimersPage.cppFile · 0.45
initMethod · 0.45
addPageFunction · 0.45
MainViewControllerFunction · 0.45
createPageContainerFunction · 0.45
makeRowFunction · 0.45
initMethod · 0.45
viewForRowIndexMethod · 0.45

Calls

no outgoing calls

Tested by 2

createTestUIMethod · 0.36
TESTFunction · 0.36