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

Method createWidgetT

MyGUIEngine/src/MyGUI_Gui.cpp:275–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 Widget* Gui::createWidgetT(
276 std::string_view _type,
277 std::string_view _skin,
278 const IntCoord& _coord,
279 Align _align,
280 std::string_view _layer,
281 std::string_view _name)
282 {
283 return baseCreateWidget(WidgetStyle::Overlapped, _type, _skin, _coord, _align, _layer, _name);
284 }
285 /** See Gui::createWidgetT */
286 Widget* Gui::createWidgetT(
287 std::string_view _type,

Callers 12

ExportGui.cppFile · 0.45
BaseWidget.hFile · 0.45
addButtonNameMethod · 0.45
_createFakeWidgetTMethod · 0.45
createSceneMethod · 0.45
createItemChildByTypeMethod · 0.45
updateLineMethod · 0.45
createWidgetMethod · 0.45
parseWidgetMethod · 0.45
moveNewWidgetMethod · 0.45
showMethod · 0.45
CreateFakeWidgetTMethod · 0.45

Calls 1

IntCoordFunction · 0.50

Tested by

no test coverage detected