MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setComp

Method setComp

src/gui/ClientCompCurveWidget.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void ClientCompCurveWidget::setComp(ClientComp* comp)
52{
53 m_comp = comp;
54 if (m_comp) m_pollTimer->start();
55 else m_pollTimer->stop();
56 update();
57}
58
59void ClientCompCurveWidget::setCompactMode(bool on)
60{

Callers 7

ClientCompEditorMethod · 0.80
showForTxMethod · 0.80
showForRxMethod · 0.80
setAudioEngineMethod · 0.80
StripCompPanelMethod · 0.80
showForTxMethod · 0.80
showForRxMethod · 0.80

Calls 2

startMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected