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

Function SetItemData

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_MenuControl.h:378–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376 }
377 public:
378 void SetItemData(
379 Convert<MyGUI::MenuItem *>::Type _item ,
380 Convert<MyGUI::Any>::Type _data )
381 {
382 MMYGUI_CHECK_NATIVE(mNative);
383 static_cast<ThisType*>(mNative)->setItemData(
384 Convert<MyGUI::MenuItem *>::From(_item) ,
385 Convert<MyGUI::Any>::From(_data) );
386 }
387 public:
388 void SetItemDataAt(
389 Convert<size_t>::Type _index ,

Callers

nothing calls this directly

Calls 1

setItemDataMethod · 0.45

Tested by

no test coverage detected