Home
last modified time | relevance | path

Searched refs:filterAcceptsRowItself (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/
H A Dprojectsortproxymodel.cpp27 if (filterAcceptsRowItself(sourceRow, sourceParent)) { in filterAcceptsRow()
34 bool ProjectSortProxyModel::filterAcceptsRowItself(int sourceRow, const QModelIndex &sourceParent) … in filterAcceptsRowItself() function in ProjectSortProxyModel
95 if (filterAcceptsRowItself(i, item)) { in hasAcceptedChildren()
H A Dprojectsortproxymodel.h50 bool filterAcceptsRowItself(int source_row, const QModelIndex &source_parent) const;
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylistlistcontainer.cpp89 if (filterAcceptsRowItself(i, item)) in hasAcceptedChildren()
98 bool filterAcceptsRowItself(int source_row, const QModelIndex &source_parent) const { in filterAcceptsRowItself() function in PlaylistListFilterProxyModel
118 if (filterAcceptsRowItself(source_row, source_parent)) { in filterAcceptsRow()
125 if (filterAcceptsRowItself(parent.row(), parent.parent())) in filterAcceptsRow()