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

Method setColoredLedWidget

Software/src/LightpackApplication.cpp:709–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void LightpackApplication::setColoredLedWidget(bool colored)
710{
711 DEBUG_LOW_LEVEL << Q_FUNC_INFO << colored;
712 m_grabManager->setColoredLedWidgets(colored);
713 m_grabManager->setWhiteLedWidgets(!colored);
714}
715
716void LightpackApplication::requestBacklightStatus()
717{

Callers

nothing calls this directly

Calls 2

setColoredLedWidgetsMethod · 0.80
setWhiteLedWidgetsMethod · 0.80

Tested by

no test coverage detected