Akonadi::Search::ResultIterator

Search for usage in LXR

Akonadi::Search::ResultIterator Class Reference

#include <resultiterator.h>

Public Member Functions

 ResultIterator (const ResultIterator &rhs)
 
 ResultIterator (int id, SearchStore *store)
 
QString icon () const
 
QByteArray id () const
 
bool next ()
 
ResultIteratoroperator= (const ResultIterator &other)
 
QString text () const
 
QUrl url () const
 

Detailed Description

Result iterator.

Definition at line 42 of file core/resultiterator.h.

Constructor & Destructor Documentation

◆ ResultIterator() [1/2]

ResultIterator::ResultIterator ( )

Definition at line 20 of file core/resultiterator.cpp.

◆ ResultIterator() [2/2]

ResultIterator::ResultIterator ( int id,
SearchStore * store )

Definition at line 13 of file core/resultiterator.cpp.

Member Function Documentation

◆ icon()

QString ResultIterator::icon ( ) const

Definition at line 67 of file core/resultiterator.cpp.

◆ id()

QByteArray ResultIterator::id ( ) const

Definition at line 40 of file core/resultiterator.cpp.

◆ next()

bool ResultIterator::next ( )

Definition at line 31 of file core/resultiterator.cpp.

◆ text()

QString ResultIterator::text ( ) const

Definition at line 58 of file core/resultiterator.cpp.

◆ url()

QUrl ResultIterator::url ( ) const

Definition at line 49 of file core/resultiterator.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.