Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
endModal
Method · 0.45
Calls
3
begin
Method · 0.45
end
Method · 0.45
erase
Method · 0.45
Tested by
no test coverage detected