Akonadi::CollectionSelectJob Class Reference
#include <collectionselectjob_p.h>
Inheritance diagram for Akonadi::CollectionSelectJob:

Public Member Functions | |
CollectionSelectJob (const Collection &collection, QObject *parent=0) | |
virtual | ~CollectionSelectJob () |
Protected Member Functions | |
void | doStart () |
Detailed Description
Selects a specific collection. See RFC 3501 for select semantics.
Definition at line 34 of file collectionselectjob_p.h.
Constructor & Destructor Documentation
CollectionSelectJob::CollectionSelectJob | ( | const Collection & | collection, |
QObject * | parent = 0 |
||
) | [explicit] |
Creates a new collection select job.
When providing a collection with just a remote identifier, make sure to specify in which resource to search for that using Akonadi::ResourceSelectJob.
- Parameters:
-
collection The collection to select. parent The parent object.
Definition at line 41 of file collectionselectjob.cpp.
CollectionSelectJob::~CollectionSelectJob | ( | ) | [virtual] |
Destroys this job.
Definition at line 49 of file collectionselectjob.cpp.
Member Function Documentation
void CollectionSelectJob::doStart | ( | ) | [protected, virtual] |
This method must be reimplemented in the concrete jobs.
It will be called after the job has been started and a connection to the Akonadi backend has been established.
Implements Akonadi::Job.
Definition at line 53 of file collectionselectjob.cpp.
The documentation for this class was generated from the following files: