23 #ifndef SEARCHABLEFileTreeView_H 24 #define SEARCHABLEFileTreeView_H 26 #include "AbstractSearchModel.h" 30 #include <QFileSystemModel> 33 public QFileSystemModel,
43 virtual QModelIndex getFirstRowIndexOf(QString substr)
override;
44 virtual QModelIndex getNextRowIndexOf(QString substr,
int cur_row,
const QModelIndex& parent=QModelIndex())
override;
45 virtual QModelIndex getPrevRowIndexOf(QString substr,
int cur_row,
const QModelIndex& parent=QModelIndex())
override;
49 QStringList _found_strings;
56 #endif // SEARCHABLEFileTreeView_H Definition: AbstractSearchModel.h:37
Definition: SearchableFileTreeView.h:32