MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / writeSettings

Method writeSettings

ASAP/ASAP_Window.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void ASAP_Window::writeSettings()
86{
87 _settings->beginGroup("ASAP");
88 _settings->setValue("size", size());
89 _settings->setValue("maximized", isMaximized());
90 _settings->endGroup();
91}
92
93void ASAP_Window::readSettings()
94{

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected