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

Method getInt

pcsx2-qt/AsyncDialogs.cpp:137–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void AsyncDialogs::getInt(
138 QWidget* parent,
139 const QString& title,
140 const QString& label,
141 int value,
142 std::function<void(int)> value_callback)
143{
144 getInt(parent, title, label, value, -2147483647, 2147483647, 1, {}, wrapValueCallback(std::move(value_callback)));
145}
146
147void AsyncDialogs::getInt(
148 QWidget* parent,

Callers

nothing calls this directly

Calls 4

wrapValueCallbackFunction · 0.85
setWindowTitleMethod · 0.80
setIntValueMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected