MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / kBgBox

Function kBgBox

src/gui/ClientRxChainWidget.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48constexpr qreal kRadius = 5.0;
49
50inline QColor kBgBox() { return AetherSDR::ThemeManager::instance().color("color.background.0"); }
51inline QColor kBgEndpoint() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
52inline QColor kBgActive() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
53inline QColor kBorderIdle() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected