MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / ledOn

Method ledOn

gui/src/widgets/ledbutton.cpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49void LedButton::setLedState(bool ledState) { setChecked(ledState); }
50
51void LedButton::ledOn() { setVisible(true); }
52
53void LedButton::ledOff() { setVisible(false); }
54

Callers 3

handleSingleMethod · 0.80
handleStreamMethod · 0.80
onTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected