|
| SearchableModel (QObject *parent=nullptr) |
|
virtual bool | has_items () const override |
|
virtual QModelIndex | getFirstRowIndexOf (const QString &substr) |
|
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 ExtraTriggerMap | getExtraTriggers () |
|
virtual int | getNumberResults (const QString &str) |
|
virtual ::Library::SearchModeMask | search_mode () const final |
|