MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / flags

Method flags

launcher/ui/pages/modplatform/ModModel.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 inline auto rowCount(const QModelIndex& parent) const -> int override { return modpacks.size(); };
24 inline auto columnCount(const QModelIndex& parent) const -> int override { return 1; };
25 inline auto flags(const QModelIndex& index) const -> Qt::ItemFlags override { return QAbstractListModel::flags(index); };
26
27 auto debugName() const -> QString;
28

Callers 7

mousePressEventMethod · 0.45
mouseMoveEventMethod · 0.45
mouseReleaseEventMethod · 0.45
mouseDoubleClickEventMethod · 0.45
paintEventMethod · 0.45
stateMethod · 0.45
setTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected