MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetLedState

Method SetLedState

Src/ParameterCompone/ParameterBase.cpp:176–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void CParameterBase::SetLedState(bool state)
177{
178 if(m_bLedState == state)
179 return;
180 m_bLedState = state;
181 SetModified(true);
182}
183
184CFrmViewer::ADAPT_WINDOWS CParameterBase::GetAdaptWindows()
185{

Callers 1

on_pbOK_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected