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

Method removeItemAt

UnitTests/UnitTest_MultiList/BiIndexData.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void BiIndexData::removeItemAt(size_t _index)
23 {
24 MYGUI_ASSERT_RANGE(_index, mItemsInfo.size(), "BiIndexData::removeItemAt");
25
26 size_t index = BiIndexBase::removeItemAt(_index);
27 mItemsInfo.erase(mItemsInfo.begin() + index);
28 }
29
30 void BiIndexData::removeAllItems()
31 {

Callers 3

RemoveItemMethod · 0.45
RemoveItemMethod · 0.45
eventDropResultFunction · 0.45

Calls 3

sizeMethod · 0.45
eraseMethod · 0.45
beginMethod · 0.45

Tested by 2

RemoveItemMethod · 0.36
RemoveItemMethod · 0.36