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

Method getItemCount

Common/PanelView/BasePanelView.h:51–54  ·  view source on GitHub ↗

Get number of items

Source from the content-addressed store, hash-verified

49
50 //! Get number of items
51 size_t getItemCount()
52 {
53 return mItems.size();
54 }
55
56 //! Insert an item into a list at a specified position
57 void insertItem(size_t _index, BasePanelViewItem* _item)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected