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

Method saveSettings

Tools/LayoutEditor/Application.cpp:428–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 }
427
428 void Application::saveSettings()
429 {
430 SettingsManager::getInstance().setValue("Controls/Main/Maximized", getWindowMaximized());
431 SettingsManager::getInstance().setValue("Controls/Main/Coord", getWindowCoord());
432 }
433
434 void Application::LoadStates()
435 {

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected