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

Method _removeDialog

UnitTests/UnitTest_GraphView/DialogManager.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void DialogManager::_removeDialog(Dialog* _modal)
42 {
43 VectorDialog::iterator item = std::find(mDialogs.begin(), mDialogs.end(), _modal);
44 mDialogs.erase(item);
45 }
46
47} // namespace tools

Callers 1

endModalMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected