#include <shortcut_treeview.h>
|
| bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override |
- Todo
- Document this file.
Custom implementation of QSortFilterProxyModel that appends the source and parent strings together when filtering
◆ ShortcutFilterProxyModel()
| ShortcutFilterProxyModel::ShortcutFilterProxyModel |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ filterAcceptsRow()
| bool ShortcutFilterProxyModel::filterAcceptsRow |
( |
int | sourceRow, |
|
|
const QModelIndex & | sourceParent ) const |
|
nodiscardoverrideprotected |
Appends the parent and source row together before doing the regex match.
The documentation for this class was generated from the following files: