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

Method SetDockListActiveShowToolBar

App/Client/ParameterApp.cpp:414–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void CParameterApp::SetDockListActiveShowToolBar(bool bEnable)
415{
416 if(m_bDockListActiveShowToolBar == bEnable)
417 return;
418 m_bDockListActiveShowToolBar = bEnable;
419 SetModified(true);
420}
421
422const bool CParameterApp::GetDockListRecentShowToolBar() const
423{

Callers 1

FrmActive.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected