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

Function kBgMicReady

src/gui/ClientChainWidget.cpp:68–68  ·  view source on GitHub ↗

MIC endpoint "ready" state — matches RxApplet's SQL-button green so users recognise the visual language across the sidebar.

Source from the content-addressed store, hash-verified

66// MIC endpoint "ready" state — matches RxApplet's SQL-button green
67// so users recognise the visual language across the sidebar.
68inline QColor kBgMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
69inline QColor kBorderMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
70inline QColor kTextMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
71// TX endpoint "active" state — red, pulsing via setTxActive().

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected