Akonadi::Search::PIM::NoteQuery
Akonadi::Search::PIM::NoteQuery Class Reference
#include <notequery.h>
Inheritance diagram for Akonadi::Search::PIM::NoteQuery:
Public Member Functions | |
ResultIterator | exec () override |
int | limit () const |
void | matchNote (const QString ¬e) |
void | matchTitle (const QString &title) |
void | setLimit (int limit) |
Public Member Functions inherited from Akonadi::Search::PIM::Query |
Additional Inherited Members | |
Static Public Member Functions inherited from Akonadi::Search::PIM::Query | |
static QString | defaultLocation (const QString &dbName) |
static Query * | fromJSON (const QByteArray &json) |
Detailed Description
Query for a list of contacts matching a criteria.
Definition at line 28 of file notequery.h.
Constructor & Destructor Documentation
◆ NoteQuery()
NoteQuery::NoteQuery | ( | ) |
Definition at line 32 of file notequery.cpp.
Member Function Documentation
◆ exec()
|
nodiscardoverridevirtual |
Implements Akonadi::Search::PIM::Query.
Definition at line 60 of file notequery.cpp.
◆ limit()
|
nodiscard |
Definition at line 55 of file notequery.cpp.
◆ matchNote()
void NoteQuery::matchNote | ( | const QString & | note | ) |
Definition at line 45 of file notequery.cpp.
◆ matchTitle()
void NoteQuery::matchTitle | ( | const QString & | title | ) |
Definition at line 40 of file notequery.cpp.
◆ setLimit()
void NoteQuery::setLimit | ( | int | limit | ) |
Definition at line 50 of file notequery.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.