MCPcopy Create free account
hub / github.com/MyGUI/mygui / saveSettings

Method saveSettings

Tools/FontEditor/Application.cpp:376–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 }
375
376 void Application::saveSettings()
377 {
378 SettingsManager::getInstance().setValue("Controls/Main/Maximized", getWindowMaximized());
379 SettingsManager::getInstance().setValue("Controls/Main/Coord", getWindowCoord());
380 }
381
382 void Application::LoadStates()
383 {

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected