MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / hide

Method hide

source/modes/SettingsWindow.cpp:502–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void SettingsWindow::hide()
503{
504 if (mSettingsWindow)
505 {
506 mSettingsWindow->setModalState(false);
507 mSettingsWindow->hide();
508 }
509 if (mApplyWindow)
510 {
511 mApplyWindow->setModalState(false);
512 mApplyWindow->hide();
513 }
514}
515
516bool SettingsWindow::onCancelSettings(const CEGUI::EventArgs&)
517{

Callers 15

displayOverlayMethod · 0.80
updateMethod · 0.80
setOnScreenMethod · 0.80
~MovableTextOverlayMethod · 0.80
setVisibleMethod · 0.80
GameEditorModeBaseMethod · 0.80
refreshChatDisplayMethod · 0.80
SettingsWindowMethod · 0.80
~SettingsWindowMethod · 0.80
activateMethod · 0.80
toggleSkirmishSubMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected