MCPcopy 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
366void Engine::ClearProperties() {
367 m_properties.clear();
368}
369
370void Engine::SetAutoRefresh( bool enable ) {
371 m_auto_refresh = enable;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected