MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getMenu

Method getMenu

radiant/ui/menu/MenuFolder.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{}
20
21wxMenu* MenuFolder::getMenu()
22{
23 if (_menu == nullptr)
24 {
25 construct();
26 }
27
28 return _menu;
29}
30
31void MenuFolder::refresh()
32{

Callers 4

constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
findMenuMethod · 0.80

Calls 1

constructFunction · 0.85

Tested by

no test coverage detected