Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ setShowValueLabel
Method
setShowValueLabel
src/gui/ClientCompMeter.cpp:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void ClientCompMeter::setShowValueLabel(bool on)
83
{
84
if (on == m_showValueLabel) return;
85
m_showValueLabel = on;
86
updateGeometry();
87
update();
88
}
89
90
void ClientCompMeter::setLimiterCeilingDb(float db)
91
{
Callers
1
StripCompPanel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected