Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void GrabConfigWidget::setIsAreaEnabled(bool isAreaEnabled)
98
{
99
ui->checkBox_IsAreaEnabled->setChecked(isAreaEnabled);
100
}
101
102
bool GrabConfigWidget::isAreaEnabled()
103
{
Callers
1
settingsProfileChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected