Akonadi::Search::ResultIterator
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 () |
| ResultIterator & | operator= (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()
|
nodiscard |
Definition at line 67 of file core/resultiterator.cpp.
◆ id()
|
nodiscard |
Definition at line 40 of file core/resultiterator.cpp.
◆ next()
| bool ResultIterator::next | ( | ) |
Definition at line 31 of file core/resultiterator.cpp.
◆ text()
|
nodiscard |
Definition at line 58 of file core/resultiterator.cpp.
◆ url()
|
nodiscard |
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-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.