MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / index

Method index

src/qt/bantablemodel.cpp:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157QModelIndex BanTableModel::index(int row, int column, const QModelIndex &parent) const
158{
159 Q_UNUSED(parent);
160 CCombinedBan *data = priv->index(row);
161
162 if (data)
163 return createIndex(row, column, data);
164 return QModelIndex();
165}
166
167void BanTableModel::refresh()
168{

Callers 12

tree_sha512sumFunction · 0.45
tree_sha512sumFunction · 0.45
run_testMethod · 0.45
run_testMethod · 0.45
filterAcceptsRowMethod · 0.45
processNewTransactionMethod · 0.45
editLabelMethod · 0.45
focusTransactionMethod · 0.45
filterAcceptsRowMethod · 0.45
selectNewAddressMethod · 0.45
writeMethod · 0.45
FindTxFunction · 0.45

Calls 1

QModelIndexClass · 0.70

Tested by 1

FindTxFunction · 0.36