MCPcopy Create free account
hub / github.com/MyGUI/mygui / removeAllItems

Method removeAllItems

UnitTests/UnitTest_HyperTextBox/HyperTextBox.cpp:627–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 }
626
627 void HyperTextBox::removeAllItems()
628 {
629 while (mStackPanel->getChildCount() != 0)
630 WidgetManager::getInstancePtr()->destroyWidget(mStackPanel->getChildAt(0));
631 }
632
633 size_t HyperTextBox::getItemsCount() const
634 {

Callers

nothing calls this directly

Calls 4

getInstancePtrFunction · 0.85
getChildCountMethod · 0.80
getChildAtMethod · 0.80
destroyWidgetMethod · 0.45

Tested by

no test coverage detected