MCPcopy Create free account
hub / github.com/ElementsProject/elements / sort

Method sort

src/qt/bantablemodel.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void BanTableModel::sort(int column, Qt::SortOrder order)
174{
175 priv->sortColumn = column;
176 priv->sortOrder = order;
177 refresh();
178}
179
180bool BanTableModel::shouldShow()
181{

Callers 15

mainFunction · 0.45
tree_sha512sumFunction · 0.45
mainFunction · 0.45
run_testMethod · 0.45
print_resultsFunction · 0.45
mainFunction · 0.45
normalize_listMethod · 0.45
run_testMethod · 0.45
test_spendersMethod · 0.45
print_resultsFunction · 0.45
setModelMethod · 0.45

Calls

no outgoing calls

Tested by 4

print_resultsFunction · 0.36
mainFunction · 0.36
test_spendersMethod · 0.36
print_resultsFunction · 0.36