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

Method SetTabBar

App/Client/ParameterApp.cpp:375–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void CParameterApp::SetTabBar(bool checked)
376{
377 if(m_bTabBar == checked)
378 return;
379 m_bTabBar = checked;
380 SetModified(true);
381}
382
383bool CParameterApp::GetMenuBar() const
384{

Callers 2

closeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected