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

Method SetAutoSelect

Plugins/TigerVnc/Client/ParameterVnc.cpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void CParameterVnc::SetAutoSelect(bool newAutoSelect)
185{
186 if(m_bAutoSelect == newAutoSelect)
187 return;
188 m_bAutoSelect = newAutoSelect;
189 SetModified(true);
190}
191
192CParameterVnc::COLOR_LEVEL CParameterVnc::GetColorLevel() const
193{

Callers 2

on_pbOK_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected