20 #ifndef SEARCHABLEFILETREEMODEL_H 21 #define SEARCHABLEFILETREEMODEL_H 23 #include "AbstractSearchModel.h" 27 #include <QFileSystemModel> 43 virtual QModelIndex getFirstRowIndexOf(
const QString& substr)
override;
44 virtual QModelIndex getNextRowIndexOf(
const QString& substr,
int cur_row,
const QModelIndex& parent=QModelIndex())
override;
45 virtual QModelIndex getPrevRowIndexOf(
const QString& substr,
int cur_row,
const QModelIndex& parent=QModelIndex())
override;
49 QStringList _found_strings;
53 #endif // SEARCHABLEFileTreeView_H Definition: AbstractSearchModel.h:55
The SearchableFileTreeModel class.
Definition: SearchableFileTreeModel.h:33
Definition: org_mpris_media_player2_adaptor.h:21