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

Method getItem

pcsx2-qt/AsyncDialogs.cpp:94–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void AsyncDialogs::getItem(
95 QWidget* parent,
96 const QString& title,
97 const QString& label,
98 const QStringList& items,
99 int current,
100 std::function<void(QString)> value_callback)
101{
102 getItem(parent, title, label, items, current, true, {}, Qt::ImhNone, wrapValueCallback(std::move(value_callback)));
103}
104
105void AsyncDialogs::getItem(
106 QWidget* parent,

Callers

nothing calls this directly

Calls 4

wrapValueCallbackFunction · 0.85
setWindowTitleMethod · 0.80
valueMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected