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

Method _addDialog

UnitTests/UnitTest_GraphView/DialogManager.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void DialogManager::_addDialog(Dialog* _modal)
37 {
38 mDialogs.push_back(_modal);
39 }
40
41 void DialogManager::_removeDialog(Dialog* _modal)
42 {

Callers 1

doModalMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected