|
| SearchView (const SearchView &other)=delete |
|
| SearchView (SearchView &&other)=delete |
|
SearchView & | operator= (const SearchView &other)=delete |
|
SearchView & | operator= (SearchView &&other)=delete |
|
virtual QRect | viewportGeometry () const =0 |
|
int | search (const QString &searchstring) |
|
void | searchNext () |
|
void | searchPrevious () |
|
virtual QWidget * | widget ()=0 |
|
virtual QMap< QString, QString > | searchOptions () const |
|
virtual QMap< QString, QString > | commands () const |
|
virtual void | triggerResult () |
|
virtual void | runCommand (const QString &command) |
|