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

Method getWindow

src/AppConfig.cpp:402–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402wxRect *AppConfig::getWindow() {
403 wxRect *r = nullptr;
404 if (winH.load() && winW.load()) {
405 r = new wxRect(winX.load(),winY.load(),winW.load(),winH.load());
406 }
407 return r;
408}
409
410void AppConfig::setTheme(int themeId_in) {
411 themeId.store(themeId_in);

Callers 2

deviceSelectorMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected