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

Method SetMessageBoxDisplayInformation

App/Client/ParameterApp.cpp:401–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void CParameterApp::SetMessageBoxDisplayInformation(bool bEnable)
402{
403 if(m_bMessageBoxDisplayInfomation == bEnable)
404 return;
405 m_bMessageBoxDisplayInfomation = bEnable;
406 SetModified(true);
407}
408
409const bool CParameterApp::GetDockListActiveShowToolBar() const
410{

Callers 2

on_pbOk_clickedMethod · 0.80
slotShowMessageBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected