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

Method setWhiteLedWidgets

Software/src/GrabManager.cpp:271–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void GrabManager::setWhiteLedWidgets(bool state)
272{
273 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
274
275 // This slot is directly connected to radioButton toggled(bool) signal
276 if (state)
277 {
278 for (int i = 0; i < m_ledWidgets.size(); i++)
279 m_ledWidgets[i]->fillBackgroundWhite();
280 }
281}
282
283void GrabManager::handleGrabbedColors()
284{

Callers 1

setColoredLedWidgetMethod · 0.80

Calls 1

fillBackgroundWhiteMethod · 0.80

Tested by

no test coverage detected