MCPcopy Create free account
hub / github.com/Atarity/Lightpack / onIsAreaEnabled_Toggled

Method onIsAreaEnabled_Toggled

Software/src/GrabConfigWidget.cpp:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void GrabConfigWidget::onIsAreaEnabled_Toggled(bool state)
260{
261 ui->spinBox_Red->setEnabled(state);
262 ui->spinBox_Green->setEnabled(state);
263 ui->spinBox_Blue->setEnabled(state);
264
265 emit isAreaEnabled_Toggled(state);
266}
267
268void GrabConfigWidget::onCoefRed_ValueChanged(int value)
269{

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.80

Tested by

no test coverage detected