Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
void CParameterBase::SetLedState(bool state)
177
{
178
if(m_bLedState == state)
179
return;
180
m_bLedState = state;
181
SetModified(true);
182
}
183
184
CFrmViewer::ADAPT_WINDOWS CParameterBase::GetAdaptWindows()
185
{
Callers
1
on_pbOK_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected