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

Method getItemCount

MyGUIEngine/src/MyGUI_MultiListBox.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 size_t MultiListBox::getItemCount() const
126 {
127 if (mVectorColumnInfo.empty())
128 return 0;
129 return mVectorColumnInfo.front().list->getItemCount();
130 }
131
132 void MultiListBox::removeAllItems()
133 {

Callers 10

setIndexSelectedMethod · 0.45
setSubItemNameAtMethod · 0.45
flipListMethod · 0.45
sortListMethod · 0.45
insertItemAtMethod · 0.45
removeItemAtMethod · 0.45
swapItemsAtMethod · 0.45
setSubItemDataAtMethod · 0.45
_wrapItemMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected