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

Method SetStatusBar

App/Client/ParameterApp.cpp:362–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void CParameterApp::SetStatusBar(bool checked)
363{
364 if(m_bStatusBar == checked)
365 return;
366 m_bStatusBar = checked;
367 SetModified(true);
368}
369
370bool CParameterApp::GetTabBar() const
371{

Callers 2

closeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected