MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / CustomFilterProxyModel

Class CustomFilterProxyModel

CustomFilterProxyModel.h:26–35  ·  view source on GitHub ↗

Filter proxy that keeps childen when filtered

Source from the content-addressed store, hash-verified

24
25// Filter proxy that keeps childen when filtered
26class CustomFilterProxyModel : public QSortFilterProxyModel
27{
28 Q_OBJECT
29
30public:
31 CustomFilterProxyModel(QObject* parent = nullptr);
32
33protected:
34 bool filterAcceptsRow(int sourceRow, const QModelIndex& sourceParent) const override;
35};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected