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

Method setColoredLedWidgets

Software/src/GrabManager.cpp:259–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void GrabManager::setColoredLedWidgets(bool state)
260{
261 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
262
263 // This slot is directly connected to radioButton toggled(bool) signal
264 if (state)
265 {
266 for (int i = 0; i < m_ledWidgets.size(); i++)
267 m_ledWidgets[i]->fillBackgroundColored();
268 }
269}
270
271void GrabManager::setWhiteLedWidgets(bool state)
272{

Callers 1

setColoredLedWidgetMethod · 0.80

Calls 1

fillBackgroundColoredMethod · 0.80

Tested by

no test coverage detected