MCPcopy Create free account
hub / github.com/KDAB/GammaRay / rowCount

Method rowCount

launcher/ui/processmodel.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196int ProcessModel::rowCount(const QModelIndex &parent) const
197{
198 return parent.isValid() ? 0 : m_data.size();
199}
200
201ProcDataList ProcessModel::processes() const
202{

Callers 2

addArgumentMethod · 0.45
updateArgumentButtonsMethod · 0.45

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected