|
| SearchModelInterface (QObject *parent=nullptr) |
|
virtual QModelIndex | getFirstRowIndexOf (const QString &substr)=0 |
|
virtual QModelIndex | getNextRowIndexOf (const QString &substr, int cur_row, const QModelIndex &parent=QModelIndex())=0 |
|
virtual QModelIndex | getPrevRowIndexOf (const QString &substr, int cur_row, const QModelIndex &parent=QModelIndex())=0 |
|
virtual QMap< QChar, QString > | getExtraTriggers ()=0 |
|
virtual void | set_search_mode (Library::SearchModeMask search_mode) |
|
virtual Library::SearchModeMask | search_mode () const final |
|