23 #ifndef ABSTRACT_SEARCH_MODEL_H_ 24 #define ABSTRACT_SEARCH_MODEL_H_ 26 #include <QModelIndex> 27 #include <QAbstractTableModel> 28 #include <QAbstractListModel> 40 virtual QModelIndex getFirstRowIndexOf(QString substr)=0;
41 virtual QModelIndex getNextRowIndexOf(QString substr,
int cur_row,
const QModelIndex& parent=QModelIndex())=0;
42 virtual QModelIndex getPrevRowIndexOf(QString substr,
int cur_row,
const QModelIndex& parent=QModelIndex())=0;
Definition: AbstractSearchModel.h:48
Definition: AbstractSearchModel.h:37
Definition: AbstractSearchModel.h:56