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

Method EditorProgressGDDC

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

Source from the content-addressed store, hash-verified

585}
586
587EditorProgressGDDC::EditorProgressGDDC() {}
588EditorProgressGDDC::EditorProgressGDDC(const String &p_task, const String &p_label, int p_amount, bool p_can_cancel) :
589 EditorProgressGDDC(nullptr, p_task, p_label, p_amount, p_can_cancel) {}
590EditorProgressGDDC::EditorProgressGDDC(Node *p_parent, const String &p_task, const String &p_label, int p_amount, bool p_can_cancel) {

Callers

nothing calls this directly

Calls 2

add_host_windowMethod · 0.80
add_taskMethod · 0.45

Tested by

no test coverage detected