Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ ClearProperties
Method
ClearProperties
src/SFGUI/Engine.cpp:366–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
}
365
366
void Engine::ClearProperties() {
367
m_properties.clear();
368
}
369
370
void Engine::SetAutoRefresh( bool enable ) {
371
m_auto_refresh = enable;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected