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

Method clear

Tools/LayoutEditor/EditorWidgets.cpp:371–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 }
370
371 void EditorWidgets::clear()
372 {
373 mCurrentFileName.clear();
374 mCurrentItemName.clear();
375
376 while (!mWidgets.empty())
377 {
378 remove(mWidgets[mWidgets.size() - 1]);
379 }
380
381 mCodeGeneratorSettings.clear();
382 }
383
384 WidgetContainer* EditorWidgets::find(MyGUI::Widget* _widget)
385 {

Callers 5

shutdownMethod · 0.45
destroyAllWidgetsMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
saveToProjectMethod · 0.45

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected