Module implementing a Search widget.
None |
PdfSearchResultsWidget | Class implementing a widget to show the search results. |
PdfSearchWidget | Class implementing a Search widget. |
None |
Class implementing a widget to show the search results.
None |
None |
PdfSearchResultsWidget | Constructor |
__clear | Private slot to clear the list of search results. |
__handleCurrentItemChanged | Private slot to handle a change of the current item. |
__rowsInserted | Private slot to handle the insertion of rows of the search model. |
currentRow | Public method to get the current row. |
document | Public method to get the reference to the PDF document object. |
getPdfLink | Public method to get the PDF link associated with a search result item. |
rowCount | Public method to get the number of rows. |
searchResultData | Public method to get data of a search result item. |
searchString | Public method to get the current search string. |
setCurrentRow | Public method to set the current row. |
setDocument | Public method to set the PDF document object to be searched. |
setSearchString | Public method to set the search string. |
None |
Constructor
Private slot to clear the list of search results.
Private slot to handle a change of the current item.
Private slot to handle the insertion of rows of the search model.
Public method to get the current row.
Public method to get the reference to the PDF document object.
Public method to get the PDF link associated with a search result item.
Public method to get the number of rows.
Public method to get data of a search result item.
Public method to get the current search string.
Public method to set the current row.
Public method to set the PDF document object to be searched.
Public method to set the search string.
Class implementing a Search widget.
None |
None |
PdfSearchWidget | Constructor |
__entrySelected | Private slot to handle the selection of a search result entry. |
__handleDocumentStatus | Private slot to handle a change of the document status. |
__search | Private slot to initiate a new search. |
__searchTextChanged | Private slot to handle a change of the search string. |
__updateInfoLabel | Private slot to update the data of the info label. |
activateSearch | Public slot to 'activate' a search. |
nextResult | Public slot to activate the next result. |
previousResult | Public slot to activate the previous result. |
None |
Constructor
Private slot to handle the selection of a search result entry.
Private slot to handle a change of the document status.
Private slot to initiate a new search.
Private slot to handle a change of the search string.
Private slot to update the data of the info label.
Public slot to 'activate' a search.
Public slot to activate the next result.
Public slot to activate the previous result.