MCPcopy Create free account
hub / github.com/TankOs/SFGUI / RemoveAll

Method RemoveAll

src/SFGUI/Desktop.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void Desktop::RemoveAll() {
154 m_children.clear();
155 m_last_receiver.reset();
156}
157
158void Desktop::Refresh() {
159 // Activate context.

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected