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

Method removeItemAt

MyGUIEngine/src/MyGUI_TabControl.cpp:529–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527 }
528
529 void TabControl::removeItemAt(size_t _index)
530 {
531 MYGUI_ASSERT_RANGE(_index, mItemsInfo.size(), "TabControl::removeItemAt");
532 this->_destroyChildWidget(mItemsInfo[_index].item);
533 }
534
535 void TabControl::removeAllItems()
536 {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
_destroyChildWidgetMethod · 0.45

Tested by

no test coverage detected