MCPcopy 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
74void ClientCompMeter::setTickSide(TickSide s)
75{
76 if (s == m_tickSide) return;
77 m_tickSide = s;
78 updateGeometry();
79 update();
80}
81
82void ClientCompMeter::setShowValueLabel(bool on)
83{

Callers 1

StripCompPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected