MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getWindowMaximized

Method getWindowMaximized

src/AppConfig.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374bool AppConfig::getWindowMaximized() {
375 return winMax.load();
376}
377
378void AppConfig::setModemPropsCollapsed(bool collapse) {
379 modemPropsCollapsed.store(collapse);

Callers 1

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected