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

Function get_skin

UnitTests/UnitTest_AttachDetach/DemoKeeper.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 static std::string_view get_skin()
56 {
57 const int SIZE = 8;
58 static std::string_view names[SIZE] =
59 {"WindowCSX", "ScrollView", "ButtonX", "ButtonV", "Button", "EditBoxStretch", "RadioButton", "CheckBox"};
60 return names[random(SIZE)];
61 }
62
63 static std::string_view get_layer()
64 {

Callers 2

step_create_widgetFunction · 0.85
step_change_skinFunction · 0.85

Calls 1

randomFunction · 0.85

Tested by

no test coverage detected