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

Method insertItemAt

MyGUIEngine/src/MyGUI_ComboBox.cpp:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 }
333
334 void ComboBox::insertItemAt(size_t _index, const UString& _item, Any _data)
335 {
336 mList->insertItemAt(_index, _item, _data);
337 mItemIndex = ITEM_NONE; //FIXME
338 mList->setIndexSelected(mItemIndex); //FIXME
339 }
340
341 void ComboBox::removeItemAt(size_t _index)
342 {

Callers

nothing calls this directly

Calls 1

setIndexSelectedMethod · 0.45

Tested by

no test coverage detected