MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / getDouble

Method getDouble

pcsx2-qt/AsyncDialogs.cpp:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void AsyncDialogs::getDouble(
177 QWidget* parent,
178 const QString& title,
179 const QString& label,
180 double value,
181 std::function<void(double)> callback)
182{
183 getDouble(parent, title, label, value, -2147483647, 2147483647, 1, {}, 1, wrapValueCallback(std::move(callback)));
184}
185
186void AsyncDialogs::getDouble(
187 QWidget* parent,

Callers

nothing calls this directly

Calls 3

wrapValueCallbackFunction · 0.85
setWindowTitleMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected