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

Method show

source/modes/SettingsWindow.cpp:492–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void SettingsWindow::show()
493{
494 if (mSettingsWindow)
495 {
496 // Input only allowed on this window when visible.
497 mSettingsWindow->setModalState(true);
498 mSettingsWindow->show();
499 }
500}
501
502void SettingsWindow::hide()
503{

Callers 15

TextRendererMethod · 0.80
displayOverlayMethod · 0.80
setOnScreenMethod · 0.80
MovableTextOverlayMethod · 0.80
setVisibleMethod · 0.80
createSceneMethod · 0.80
createStatsWindowMethod · 0.80
refreshChatDisplayMethod · 0.80
onApplySettingsMethod · 0.80
toggleSettingsMethod · 0.80
keyPressedNormalMethod · 0.80
popupExitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected