MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Open

Method Open

ui/UIWindow.cpp:610–610  ·  view source on GitHub ↗

adds window to ui list.

Source from the content-addressed store, hash-verified

608
609// adds window to ui list.
610void UIWindow::Open() { ui_AddWindow(this); }
611
612// removes window from ui list.
613void UIWindow::Close() { ui_RemoveWindow(this); }

Callers 11

OnInitDialogMethod · 0.45
OpenThemeFileMethod · 0.45
OnToolsMakeStreamMethod · 0.45
GetStreamInfoMethod · 0.45
LoadThemeMethod · 0.45
processQLoadMethod · 0.45
ExecScriptMethod · 0.45
dp_StartGameFunction · 0.45
dp_DirectPlayJoinGameFunction · 0.45
parse_ctl_fileMethod · 0.45
parse_ctl_fileMethod · 0.45

Calls 1

ui_AddWindowFunction · 0.85

Tested by

no test coverage detected