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