MCPcopy 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
82void ClientCompMeter::setShowValueLabel(bool on)
83{
84 if (on == m_showValueLabel) return;
85 m_showValueLabel = on;
86 updateGeometry();
87 update();
88}
89
90void ClientCompMeter::setLimiterCeilingDb(float db)
91{

Callers 1

StripCompPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected