Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ setTickSide
Method
setTickSide
src/gui/ClientCompMeter.cpp:74–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void ClientCompMeter::setTickSide(TickSide s)
75
{
76
if (s == m_tickSide) return;
77
m_tickSide = s;
78
updateGeometry();
79
update();
80
}
81
82
void ClientCompMeter::setShowValueLabel(bool on)
83
{
Callers
1
StripCompPanel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected