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

Method endTopDialog

Tools/EditorFramework/DialogManager.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void DialogManager::endTopDialog(bool _result)
28 {
29 if (!mDialogs.empty())
30 {
31 Dialog* item = mDialogs.back();
32 item->eventEndDialog(item, _result);
33 }
34 }
35
36 void DialogManager::_addDialog(Dialog* _modal)
37 {

Callers 4

command_QuitAppMethod · 0.45
command_QuitAppMethod · 0.45
command_QuitAppMethod · 0.45
command_QuitAppMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected