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

Method getItemCount

MyGUIEngine/src/MyGUI_ItemBox.cpp:873–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871 }
872
873 size_t ItemBox::getItemCount() const
874 {
875 return mItemsInfo.size();
876 }
877
878 void ItemBox::addItem(Any _data, bool update)
879 {

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected