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

Function AddItem

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_MenuControl.h:471–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 Convert<MyGUI::MenuItem *>::Type AddItem(
472 Convert<const MyGUI::UString &>::Type _name ,
473 Convert<MyGUI::MenuItemType>::Type _type ,
474 Convert<const std::string &>::Type _id )
475 {
476 MMYGUI_CHECK_NATIVE(mNative);
477 return Convert<MyGUI::MenuItem *>::To(
478 static_cast<ThisType*>(mNative)->addItem(
479 Convert<const MyGUI::UString &>::From(_name) ,
480 Convert<MyGUI::MenuItemType>::From(_type) ,
481 Convert<const std::string &>::From(_id) ) );
482 }
483
484 Convert<MyGUI::MenuItem *>::Type AddItem(
485 Convert<const MyGUI::UString &>::Type _name ,

Callers

nothing calls this directly

Calls 1

addItemMethod · 0.45

Tested by

no test coverage detected