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

Method addItem

Common/PanelView/BasePanelView.h:78–81  ·  view source on GitHub ↗

Add an item to the end of a list

Source from the content-addressed store, hash-verified

76
77 //! Add an item to the end of a list
78 void addItem(BasePanelViewItem* _item)
79 {
80 insertItem(MyGUI::ITEM_NONE, _item);
81 }
82
83 //! Get item from specified position
84 BasePanelViewItem* getItem(size_t _index)

Callers 1

updateMinimizedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected