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

Method setIsAreaEnabled

Software/src/GrabConfigWidget.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void GrabConfigWidget::setIsAreaEnabled(bool isAreaEnabled)
98{
99 ui->checkBox_IsAreaEnabled->setChecked(isAreaEnabled);
100}
101
102bool GrabConfigWidget::isAreaEnabled()
103{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected