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

Method removeAllItems

MyGUIEngine/src/MyGUI_TabControl.cpp:535–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 }
534
535 void TabControl::removeAllItems()
536 {
537 while (!mItemsInfo.empty())
538 {
539 _destroyChildWidget(mItemsInfo.back().item);
540 }
541 }
542
543 ControllerFadeAlpha* TabControl::createControllerFadeAlpha(float _alpha, float _coef, bool _enable)
544 {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected