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

Method setCreatorInfo

Tools/LayoutEditor/WidgetCreatorManager.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void WidgetCreatorManager::setCreatorInfo(std::string_view _widgetType, std::string_view _widgetSkin)
34 {
35 mWidgetType = _widgetType;
36 mWidgetSkin = _widgetSkin;
37 mCreateMode = true;
38
39 eventChangeCreatorMode(mCreateMode);
40 }
41
42 void WidgetCreatorManager::resetCreatorInfo()
43 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected