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

Method addItem

MyGUIEngine/src/MyGUI_ItemBox.cpp:878–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876 }
877
878 void ItemBox::addItem(Any _data, bool update)
879 {
880 insertItemAt(ITEM_NONE, _data, update);
881 }
882
883 size_t ItemBox::getIndexSelected() const
884 {

Calls

no outgoing calls

Tested by

no test coverage detected