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

Function getColumnDataAt

MyGUIEngine/include/MyGUI_MultiListBox.h:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 //! Get item data from specified position
153 template<typename ValueType>
154 ValueType* getColumnDataAt(size_t _index, bool _throw = true)
155 {
156 MYGUI_ASSERT_RANGE(_index, mVectorColumnInfo.size(), "MultiListBox::getItemDataAt");
157 return mVectorColumnInfo[_index].data.castType<ValueType>(_throw);
158 }
159
160 //------------------------------------------------------------------------------//
161 // Methods for work with lines (RU:методы для работы со строками)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected