Akonadi::Search::PIM::NoteQuery

Search for usage in LXR

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 &note)
 
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 QueryfromJSON (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()

ResultIterator NoteQuery::exec ( )
overridevirtual

Implements Akonadi::Search::PIM::Query.

Definition at line 60 of file notequery.cpp.

◆ limit()

int NoteQuery::limit ( ) const

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 Tue Mar 26 2024 11:15:27 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.