MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / rowCount

Method rowCount

src/plugins/core/locator/popupwidget.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int locatorModel::rowCount(const QModelIndex &parent) const
58{
59 if (parent.isValid())
60 return 0;
61 return items.size();
62}
63
64int locatorModel::columnCount(const QModelIndex &parent) const
65{

Callers 6

updateButtonStateMethod · 0.45
createConsoleMethod · 0.45
selectFirstRowMethod · 0.45
previousMethod · 0.45
nextMethod · 0.45
acceptMethod · 0.45

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected