MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / remove_host_window

Method remove_host_window

gui/gdre_progress.cpp:512–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512void GDREProgressDialog::remove_host_window(Window *p_window) {
513 ERR_FAIL_NULL(p_window);
514 if (host_windows.has(p_window)) {
515 host_windows.erase(p_window);
516 }
517}
518
519void GDREProgressDialog::_cancel_pressed() {
520 canceled = true;

Callers 2

~GDREWindowMethod · 0.80
~GDREAcceptDialogBaseMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected