Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
void Desktop::RemoveAll() {
154
m_children.clear();
155
m_last_receiver.reset();
156
}
157
158
void Desktop::Refresh() {
159
// Activate context.
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected