Akonadi::Server::AbstractSearchEngine
Akonadi::Server::AbstractSearchEngine Class Referenceabstract
#include <abstractsearchengine.h>
Inheritance diagram for Akonadi::Server::AbstractSearchEngine:
Public Member Functions | |
virtual void | addSearch (const Collection &collection)=0 |
virtual void | removeSearch (qint64 id)=0 |
Detailed Description
Abstract interface for search engines.
Executed in the main thread. Must not block.
Definition at line 22 of file abstractsearchengine.h.
Member Function Documentation
◆ addSearch()
|
pure virtual |
Adds the given collection
to the search.
Implemented in Akonadi::Server::AgentSearchEngine.
◆ removeSearch()
|
pure virtual |
Removes the collection with the given id
from the search.
Implemented in Akonadi::Server::AgentSearchEngine.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 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:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.