Shows the results of a search operation.
More...
#include <searchresultsdockwidget.h>
|
| void | progressChanged (const QString title, const QString text, const int currentValue, const int maximumValue) |
| | Progress of the current search operation has changed. More...
|
| |
| void | recordLinkActivated (const QString &recordId) |
| | A link to another Tome record has been activated. More...
|
| |
Shows the results of a search operation.
◆ SearchResultsDockWidget()
| SearchResultsDockWidget::SearchResultsDockWidget |
( |
QWidget * |
parent | ) |
|
Constructs a new widget for showing the results of a search operation.
- Parameters
-
| parent | Optional owner widget. |
◆ progressChanged
| void Tome::SearchResultsDockWidget::progressChanged |
( |
const QString |
title, |
|
|
const QString |
text, |
|
|
const int |
currentValue, |
|
|
const int |
maximumValue |
|
) |
| |
|
signal |
Progress of the current search operation has changed.
- Parameters
-
| title | Title of the current search operation step. |
| text | Details of the current search operation step. |
| currentValue | Current progress value of the current search operation step. |
| maximumValue | Maximum progress value of the current search operation step. |
◆ recordLinkActivated
| void Tome::SearchResultsDockWidget::recordLinkActivated |
( |
const QString & |
recordId | ) |
|
|
signal |
A link to another Tome record has been activated.
- Parameters
-
| recordId | Id of the selected record. |
◆ showResults()
| void SearchResultsDockWidget::showResults |
( |
const QString & |
title, |
|
|
const SearchResultList & |
results |
|
) |
| |
Shows the passed search results.
- Parameters
-
| title | Title of the search operation (e.g. what we've been looking for). |
| results | Search results to show. |
The documentation for this class was generated from the following files: