64 enum ManufProxyFilterType
70 Q_ENUM(ManufProxyFilterType)
74 virtual bool filterAcceptsRow(
int source_row,
const QModelIndex& source_parent)
const;
77 void setFilterAddress(
const QByteArray&);
78 void setFilterName(QRegularExpression&);
82 ManufProxyFilterType filter_type_;
83 QByteArray filter_bytes_;
84 QRegularExpression filter_name_;
86 bool filterAddressAcceptsRow(
int source_row,
const QModelIndex& source_parent)
const;
87 bool filterNameAcceptsRow(
int source_row,
const QModelIndex& source_parent)
const;