Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doModal
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected