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

Function ClearItemDataAt

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_ListBox.h:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 }
371 public:
372 void ClearItemDataAt(
373 Convert<size_t>::Type _index )
374 {
375 MMYGUI_CHECK_NATIVE(mNative);
376 static_cast<ThisType*>(mNative)->clearItemDataAt(
377 Convert<size_t>::From(_index) );
378 }
379 public:
380 void SetItemDataAt(
381 Convert<size_t>::Type _index ,

Callers

nothing calls this directly

Calls 1

clearItemDataAtMethod · 0.45

Tested by

no test coverage detected