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) |
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 59 of file notequery.cpp.
◆ limit()
|
nodiscard |
Definition at line 54 of file notequery.cpp.
◆ matchNote()
| void NoteQuery::matchNote | ( | const QString & | note | ) |
Definition at line 44 of file notequery.cpp.
◆ matchTitle()
| void NoteQuery::matchTitle | ( | const QString & | title | ) |
Definition at line 39 of file notequery.cpp.
◆ setLimit()
| void NoteQuery::setLimit | ( | int | limit | ) |
Definition at line 49 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-2025 The KDE developers.
Generated on Fri May 2 2025 11:55:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:55:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Static Public Member Functions inherited from