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

Method removeAllChildViews

framework/ui/src/ContainerView.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void ContainerView::removeAllChildViews()
34 {
35 auto copyChildren = childViews();
36
37 for (auto &childView : copyChildren) {
38 removeChildView(childView);
39 }
40 }
41
42 std::vector<std::shared_ptr<View>> ContainerView::childViews() const
43 {

Callers 2

viewForRowIndexFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64