MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / rowCount

Method rowCount

App/Client/Recent/RecentModel.cpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int CRecentModel::rowCount(const QModelIndex &parent) const
65{
66 if (parent.isValid())
67 return 0;
68
69 return m_Items.count();
70}
71
72int CRecentModel::columnCount(const QModelIndex &parent) const
73{

Callers 7

FrmActive.cppFile · 0.45
slotLoadMethod · 0.45
slotViewChangedMethod · 0.45
slotRefreshMethod · 0.45
AcceptMethod · 0.45
SetFilterHeaderMethod · 0.45
slotFilterItemChangedMethod · 0.45

Calls 1

isValidMethod · 0.80

Tested by

no test coverage detected