MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / done

Method done

source/ui/controls/baseDlg.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void BaseDlg::done() {
98 ImGui::CloseCurrentPopup();
99 this->isDone = true;
100}
101
102void BaseDlg::toolTip(const char* desc) {
103 SAFE_IMGUI_TEXT_DISABLED("(?)");

Callers 13

addOkAndCancelButtonsMethod · 0.95
addCancelButtonMethod · 0.95
onOkMethod · 0.95
unzipCompletedMethod · 0.45
unzipFailedMethod · 0.45
downloadCompletedMethod · 0.45
downloadFailedMethod · 0.45
showErrorMsgMethod · 0.45
drawItemsMethod · 0.45
onOkMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected