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

Function ClearItemDataAt

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_TabControl.h:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219 public:
220 void ClearItemDataAt(
221 Convert<size_t>::Type _index )
222 {
223 MMYGUI_CHECK_NATIVE(mNative);
224 static_cast<ThisType*>(mNative)->clearItemDataAt(
225 Convert<size_t>::From(_index) );
226 }
227 public:
228 void SetItemData(
229 Convert<MyGUI::TabItem *>::Type _item ,

Callers

nothing calls this directly

Calls 1

clearItemDataAtMethod · 0.45

Tested by

no test coverage detected