Akonadi::Server::AgentSearchEngine

Search for usage in LXR

Akonadi::Server::AgentSearchEngine Class Reference

#include <agentsearchengine.h>

Inheritance diagram for Akonadi::Server::AgentSearchEngine:

Public Member Functions

void addSearch (const Collection &collection) override
 
void removeSearch (qint64 id) override
 

Detailed Description

Search engine for distributing searches to agents.

Definition at line 16 of file agentsearchengine.h.

Member Function Documentation

◆ addSearch()

void AgentSearchEngine::addSearch ( const Collection & collection)
overridevirtual

Adds the given collection to the search.

Implements Akonadi::Server::AbstractSearchEngine.

Definition at line 18 of file agentsearchengine.cpp.

◆ removeSearch()

void AgentSearchEngine::removeSearch ( qint64 id)
overridevirtual

Removes the collection with the given id from the search.

Implements Akonadi::Server::AbstractSearchEngine.

Definition at line 32 of file agentsearchengine.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:13:39 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.