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

Method getItemCount

MyGUIEngine/src/MyGUI_ComboBox.cpp:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 size_t ComboBox::getItemCount() const
465 {
466 return mList->getItemCount();
467 }
468
469 void ComboBox::addItem(const UString& _name, Any _data)
470 {

Callers 3

notifyMouseWheelMethod · 0.45
showListMethod · 0.45
setIndexSelectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected