The SearchContext class.
More...
#include <searchcontext.h>
Inherits QObject.
|
| QString | mTerm |
| |
| bool | mForward |
| | Current search direction (forward or backward)
|
| |
| int | mIndex |
| | Number of searches with the current search term.
|
| |
| std::shared_ptr< slint::VectorModel< slint::SharedString > > | mSuggestions |
| |
| std::shared_ptr< slint::FilterModel< slint::SharedString > > | mSuggestionsFiltered |
| |
◆ SearchContext() [1/2]
◆ SearchContext() [2/2]
◆ ~SearchContext()
◆ init()
◆ deinit()
◆ setTerm()
| void setTerm |
( |
const QString & |
term | ) |
|
|
noexcept |
◆ getTerm()
| const QString & getTerm |
( |
| ) |
const |
|
inlinenoexcept |
◆ setSuggestions()
| void setSuggestions |
( |
const QStringList & |
list | ) |
|
|
noexcept |
◆ getSuggestions()
| const std::shared_ptr< slint::FilterModel< slint::SharedString > > & getSuggestions |
( |
| ) |
const |
|
inlinenoexcept |
◆ findNext()
◆ findPrevious()
◆ operator=()
◆ goToTriggered
| void goToTriggered |
( |
const QString & |
name, |
|
|
int |
index = 0 |
|
) |
| |
|
signal |
◆ mTerm
◆ mForward
Current search direction (forward or backward)
◆ mIndex
Number of searches with the current search term.
◆ mSuggestions
| std::shared_ptr<slint::VectorModel<slint::SharedString> > mSuggestions |
|
private |
◆ mSuggestionsFiltered
| std::shared_ptr<slint::FilterModel<slint::SharedString> > mSuggestionsFiltered |
|
private |
The documentation for this class was generated from the following files: