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

Function step_detach_widget

UnitTests/UnitTest_AttachDetach/DemoKeeper.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 static void step_detach_widget()
119 {
120 MyGUI::Widget* widget = get_random(all_widgets);
121 if (!widget)
122 return;
123 widget->detachFromWidget(get_layer());
124 test_widgets();
125 }
126
127 static void step_detach_widget(int _count)
128 {

Callers 1

notifyFrameStartedMethod · 0.85

Calls 5

get_randomFunction · 0.85
get_layerFunction · 0.85
test_widgetsFunction · 0.85
randomFunction · 0.85
detachFromWidgetMethod · 0.80

Tested by

no test coverage detected