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

Function getItemDataAt

MyGUIEngine/include/MyGUI_ItemBox.h:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 //! Get item data from specified position
85 template<typename ValueType>
86 ValueType* getItemDataAt(size_t _index, bool _throw = true)
87 {
88 MYGUI_ASSERT_RANGE(_index, mItemsInfo.size(), "ItemBox::getItemDataAt");
89 return mItemsInfo[_index].data.castType<ValueType>(_throw);
90 }
91
92
93 /** Set vertical alignment grid mode */

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected