MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / Confirm

Method Confirm

DSView/pv/ui/msgbox.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool MsgBox::Confirm(const QString text, QWidget *parent)
87{
88 return MsgBox::Confirm(text, "", NULL, parent);
89}
90
91bool MsgBox::Confirm(const QString text, const QString infoText,
92 pv::dialogs::DSMessageBox **box, QWidget *parent)

Callers

nothing calls this directly

Calls 4

GetTopWindowMethod · 0.80
mBoxMethod · 0.80
IsYesMethod · 0.80
execMethod · 0.45

Tested by

no test coverage detected