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

Method hexActive

src/gui/SliceColorManager.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84QString SliceColorManager::hexActive(int sliceId) const
85{
86 return m_hexCache[safeIdx(sliceId)];
87}
88
89QColor SliceColorManager::customColor(int sliceId) const
90{

Callers 5

syncFromSliceMethod · 0.80
sliceBadgeStyleFunction · 0.80
setMaxSlicesMethod · 0.80
updateSliceButtonsMethod · 0.80
connectSliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected