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

Function ExportGui_SetProperty

Wrappers/MyGUI_Export/ExportGui.cpp:99–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 MYGUIEXPORT void MYGUICALL ExportGui_SetProperty(
100 MyGUI::Widget* _widget,
101 Convert<const std::string&>::Type _key ,
102 Convert<const MyGUI::UString &>::Type _value )
103 {
104 const MyGUI::UString & value = Convert<const MyGUI::UString &>::From(_value);
105 _widget->setProperty(
106 Convert<const std::string&>::From(_key) ,
107 value.asUTF8());
108 }
109
110 MYGUIEXPORT Convert<const std::string&>::Type MYGUICALL ExportGui_GetPath(
111 Convert<const std::string&>::Type _filename)

Callers 1

SetPropertyMethod · 0.85

Calls 1

setPropertyMethod · 0.45

Tested by

no test coverage detected