akonadi
#include <searchquery.h>
Public Member Functions | |
SearchQuery (SearchTerm::Relation rel=SearchTerm::RelAnd) | |
SearchQuery (const SearchQuery &other) | |
void | addTerm (const QString &key, const QVariant &value, SearchTerm::Condition condition=SearchTerm::CondEqual) |
void | addTerm (const SearchTerm &term) |
bool | isNull () const |
int | limit () const |
SearchQuery & | operator= (const SearchQuery &other) |
bool | operator== (const SearchQuery &other) const |
void | setLimit (int limit) |
void | setTerm (const SearchTerm &term) |
SearchTerm | term () const |
QByteArray | toJSON () const |
Static Public Member Functions | |
static SearchQuery | fromJSON (const QByteArray &json) |
Detailed Description
A query that can be passed to ItemSearchJob or others.
- Since
- 4.13
Definition at line 128 of file searchquery.h.
Constructor & Destructor Documentation
SearchQuery::SearchQuery | ( | SearchTerm::Relation | rel = SearchTerm::RelAnd | ) |
Constructs query where all added terms will be in given relation.
Definition at line 219 of file searchquery.cpp.
Member Function Documentation
void SearchQuery::addTerm | ( | const QString & | key, |
const QVariant & | value, | ||
SearchTerm::Condition | condition = SearchTerm::CondEqual |
||
) |
Adds a new term.
Definition at line 255 of file searchquery.cpp.
void SearchQuery::addTerm | ( | const SearchTerm & | term | ) |
Adds a new term with subterms.
Definition at line 260 of file searchquery.cpp.
int SearchQuery::limit | ( | ) | const |
Returns the maximum number of results.
The default value is -1, indicating no limit.
Definition at line 275 of file searchquery.cpp.
void SearchQuery::setLimit | ( | int | limit | ) |
Sets the maximum number of results.
Note that this limit is only evaluated per search backend, so the total number of results retrieved may be larger.
Definition at line 270 of file searchquery.cpp.
void SearchQuery::setTerm | ( | const SearchTerm & | term | ) |
Sets the root term.
Definition at line 265 of file searchquery.cpp.
SearchTerm SearchQuery::term | ( | ) | const |
Returns the root term.
Definition at line 250 of file searchquery.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.