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

Method SetMenuBar

App/Client/ParameterApp.cpp:388–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void CParameterApp::SetMenuBar(bool checked)
389{
390 if(m_bMenuBar == checked)
391 return;
392 m_bMenuBar = checked;
393 SetModified(true);
394}
395
396const bool CParameterApp::GetMessageBoxDisplayInformation() const
397{

Callers 2

closeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected