30 QML_NAMED_ELEMENT(AllOfFilter)
31 QML_ADDED_IN_VERSION(6, 12)
34 explicit QQmlAllOfFilter(QObject *parent =
nullptr);
36 bool filterAcceptsRowInternal(
int,
const QModelIndex&,
const QQmlSortFilterProxyModel *)
const override;
37 bool filterAcceptsColumnInternal(
int,
const QModelIndex&,
const QQmlSortFilterProxyModel *)
const override;
40 Q_DECLARE_PRIVATE(QQmlAllOfFilter)