akonadi
#include <specialcollectionsdiscoveryjob.h>
Inherits KCompositeJob.
Inherited by Akonadi::SpecialMailCollectionsDiscoveryJob.
Public Member Functions | |
~SpecialCollectionsDiscoveryJob () | |
virtual void | start () |
Protected Member Functions | |
SpecialCollectionsDiscoveryJob (SpecialCollections *collections, const QStringList &mimeTypes, QObject *parent=0) | |
virtual void | slotResult (KJob *job) |
Detailed Description
A job to discover all SpecialCollections.
The collections get registered into SpecialCollections.
This class is not meant to be used directly but as a base class for type specific special collection request jobs.
- Since
- 4.11
Definition at line 44 of file specialcollectionsdiscoveryjob.h.
Constructor & Destructor Documentation
◆ ~SpecialCollectionsDiscoveryJob()
Akonadi::SpecialCollectionsDiscoveryJob::~SpecialCollectionsDiscoveryJob | ( | ) |
Destroys the special collections request job.
Definition at line 50 of file specialcollectionsdiscoveryjob.cpp.
◆ SpecialCollectionsDiscoveryJob()
|
explicitprotected |
Creates a new special collections request job.
- Parameters
-
collections The SpecialCollections object that shall be used. parent The parent object.
Definition at line 44 of file specialcollectionsdiscoveryjob.cpp.
Member Function Documentation
◆ slotResult()
|
protectedvirtual |
Definition at line 62 of file specialcollectionsdiscoveryjob.cpp.
◆ start()
|
virtual |
Definition at line 55 of file specialcollectionsdiscoveryjob.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.