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

Function kBorderStatusActive

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

Source from the content-addressed store, hash-verified

57// the TX widget so the visual language carries across.
58inline QColor kBgStatusActive() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
59inline QColor kBorderStatusActive() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
60inline QColor kTextStatusActive() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
61inline QColor kConnector() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
62inline QColor kTextLabel() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }

Callers 1

paintEventMethod · 0.85

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected