MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / ~Manager

Method ~Manager

extensions/olcPGEX_QuickGUI.h:422–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 }
421
422 Manager::~Manager()
423 {
424 if (m_bEraseControlsOnDestroy)
425 for (auto& p : m_vControls)
426 delete p;
427
428 m_vControls.clear();
429 }
430
431 void Manager::AddControl(BaseControl* control)
432 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected