19 #ifndef RQT_MULTIPLOT_MATCH_FILTER_COMPLETER_MODEL_H 20 #define RQT_MULTIPLOT_MATCH_FILTER_COMPLETER_MODEL_H 22 #include <QSortFilterProxyModel> 27 public QSortFilterProxyModel {
31 filterMatchFlags = Qt::MatchStartsWith,
const QString&
32 filterKey = QString());
Qt::MatchFlags getFilterMatchFlags() const
void setFilterKey(const QString &key)
const QString & getFilterKey() const
MatchFilterCompleterModel(QObject *parent=0, Qt::MatchFlags filterMatchFlags=Qt::MatchStartsWith, const QString &filterKey=QString())
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const
Qt::MatchFlags filterMatchFlags_
void setFilterMatchFlags(Qt::MatchFlags flags)
virtual ~MatchFilterCompleterModel()