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

Function kTextStatusActive

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

Source from the content-addressed store, hash-verified

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"); }
63inline QColor kTextDim() { return AetherSDR::ThemeManager::instance().color("color.background.3"); }

Callers 1

paintEventMethod · 0.85

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected