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

Method SetKeepSplitViewWhenFullScreen

App/Client/ParameterApp.cpp:453–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void CParameterApp::SetKeepSplitViewWhenFullScreen(bool newKeepSplitViewWhenFullScreen)
454{
455 if(m_bKeepSplitViewWhenFullScreen == newKeepSplitViewWhenFullScreen)
456 return;
457 m_bKeepSplitViewWhenFullScreen = newKeepSplitViewWhenFullScreen;
458 SetModified(true);
459}
460
461bool CParameterApp::GetStartByType() const
462{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected