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

Function step_detach_layer

UnitTests/UnitTest_AttachDetach/DemoKeeper.cpp:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 static void step_detach_layer()
76 {
77 MyGUI::Widget* widget = get_random(all_widgets);
78 if (!widget)
79 return;
80 MyGUI::LayerManager::getInstance().detachFromLayer(widget);
81 test_widgets();
82 }
83
84 static void step_detach_layer(int _count)
85 {

Callers 1

notifyFrameStartedMethod · 0.85

Calls 4

get_randomFunction · 0.85
test_widgetsFunction · 0.85
randomFunction · 0.85
detachFromLayerMethod · 0.45

Tested by

no test coverage detected