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

Method removeItemAt

UnitTests/UnitTest_HyperTextBox/HyperTextBox.cpp:638–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 }
637
638 void HyperTextBox::removeItemAt(size_t _index)
639 {
640 MYGUI_ASSERT_RANGE(_index, mStackPanel->getChildCount(), "HyperTextBox::removeItemAt");
641 WidgetManager::getInstancePtr()->destroyWidget(mStackPanel->getChildAt(_index));
642 }
643
644 void HyperTextBox::updateBreakHeight()
645 {

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