MCPcopy Create free account
hub / github.com/MyGUI/mygui / endModal

Method endModal

UnitTests/UnitTest_GraphView/Dialog.cpp:40–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void Dialog::endModal()
41 {
42 MYGUI_ASSERT(mModal != false, "Already modal mode");
43 mModal = false;
44
45 mMainWidget->setVisible(false);
46
47 MyGUI::InputManager::getInstance().removeWidgetModal(mMainWidget);
48 DialogManager::getInstance()._removeDialog(this);
49
50 onEndModal();
51 }
52
53} // namespace tools

Callers 1

notifyEndDialogMethod · 0.45

Calls 4

onEndModalFunction · 0.85
removeWidgetModalMethod · 0.80
setVisibleMethod · 0.45
_removeDialogMethod · 0.45

Tested by

no test coverage detected