|
| SearchableTableView (QWidget *parent=nullptr) |
|
| SearchableTableView (const SearchableTableView &other)=delete |
|
| SearchableTableView (SearchableTableView &&other)=delete |
|
SearchableTableView & | operator= (const SearchableTableView &other)=delete |
|
SearchableTableView & | operator= (SearchableTableView &&other)=delete |
|
virtual void | showEvent (QShowEvent *e) override |
|
int | search (const QString &searchstring) |
|
void | searchNext () |
|
void | searchPrevious () |
|
virtual QMap< QString, QString > | searchOptions () const |
|
virtual QMap< QString, QString > | commands () const |
|
virtual void | triggerResult () |
|
virtual void | runCommand (const QString &command) |
|
virtual IndexSet | selectedItems () const |
|
|
QRect | viewportGeometry () const override |
|
QWidget * | widget () override |
|
int | currentSelectedItem () const override |
|
void | selectSearchResult (int index) override |
|
void | keyPressEvent (QKeyEvent *event) override |
|
virtual void | languageChanged () |
|
virtual void | skinChanged () |
|
virtual SearchModel * | searchModel () const =0 |
|
bool | handleKeyPress (QKeyEvent *event) |
|
void | selectRows (const IndexSet &rows, int minimumColumn=-1, int maximumColumn=-1) |
|
void | selectItems (const IndexSet &indexes) |
|
void | selectAll () |
|
virtual SelectionViewInterface::SelectionType | selectionType () const |
|
virtual int | mapModelIndexToIndex (const QModelIndex &idx) const =0 |
|
virtual ModelIndexRange | mapIndexToModelIndexes (int idx) const =0 |
|
virtual bool | handleKeyPress (QKeyEvent *e) |
|