MCPcopy Create free account
hub / github.com/KDE/kdevelop / rowCount

Method rowCount

plugins/projectfilter/filtermodel.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int FilterModel::rowCount(const QModelIndex& parent) const
55{
56 if (parent.isValid()) {
57 return 0;
58 }
59 return m_filters.size();
60}
61
62int FilterModel::columnCount(const QModelIndex& /*parent*/) const
63{

Callers 8

selectionChangedMethod · 0.45
removeItemsMethod · 0.45
moveToBottomMethod · 0.45
selectionChangedMethod · 0.45
addMethod · 0.45
onViewChangedMethod · 0.45
addModelMethod · 0.45
setFilterMethod · 0.45

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected