Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
QString SliceColorManager::hexActive(int sliceId) const
85
{
86
return m_hexCache[safeIdx(sliceId)];
87
}
88
89
QColor SliceColorManager::customColor(int sliceId) const
90
{
Callers
5
syncFromSlice
Method · 0.80
sliceBadgeStyle
Function · 0.80
setMaxSlices
Method · 0.80
updateSliceButtons
Method · 0.80
connectSlice
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected