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

Method setIds

common/objectidfilterproxymodel.cpp:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void ObjectIdsFilterProxyModel::setIds(const GammaRay::ObjectIds &ids)
36{
37 if (m_ids == ids)
38 return;
39
40 m_ids = ids;
41 invalidateFilter();
42}
43
44bool ObjectIdsFilterProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const
45{

Callers 1

elementsAtReceivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected