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

Method clearButton

Common/MessageBox/MessageBox.h:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 }
295
296 void clearButton()
297 {
298 for (auto& iter : mVectorButton)
299 WidgetManager::getInstance().destroyWidget(iter);
300 mVectorButton.clear();
301 }
302
303 /*void onKeyButtonPressed(KeyCode _key, Char _char)
304 {

Callers

nothing calls this directly

Calls 2

destroyWidgetMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected