akonadi
#include <recentcontactscollectionrequestjob.h>
Public Member Functions | |
RecentContactsCollectionRequestJob (QObject *parent=0) | |
~RecentContactsCollectionRequestJob () | |
void | requestCollection (const AgentInstance &instance) |
void | requestDefaultCollection () |
Public Member Functions inherited from Akonadi::SpecialCollectionsRequestJob | |
~SpecialCollectionsRequestJob () | |
Collection | collection () const |
void | requestCollection (const QByteArray &type, const AgentInstance &instance) |
void | requestDefaultCollection (const QByteArray &type) |
Public Member Functions inherited from Akonadi::TransactionSequence | |
TransactionSequence (QObject *parent=0) | |
~TransactionSequence () | |
void | commit () |
void | rollback () |
void | setAutomaticCommittingEnabled (bool enable) |
void | setIgnoreJobFailure (KJob *job) |
Public Member Functions inherited from Akonadi::Job | |
Job (QObject *parent=0) | |
virtual | ~Job () |
virtual QString | errorString () const |
void | start () |
Additional Inherited Members | |
Public Types inherited from Akonadi::Job | |
enum | Error { ConnectionFailed = UserDefinedError, ProtocolVersionMismatch, UserCanceled, Unknown, UserError = UserDefinedError + 42 } |
typedef QList< Job * > | List |
Signals inherited from Akonadi::Job | |
void | aboutToStart (Akonadi::Job *job) |
void | writeFinished (Akonadi::Job *job) |
Protected Slots inherited from Akonadi::TransactionSequence | |
void | slotResult (KJob *job) |
Protected Slots inherited from Akonadi::Job | |
Protected Member Functions inherited from Akonadi::SpecialCollectionsRequestJob | |
SpecialCollectionsRequestJob (SpecialCollections *collections, QObject *parent=0) | |
virtual void | doStart () |
void | setDefaultResourceOptions (const QVariantMap &options) |
void | setDefaultResourceType (const QString &type) |
void | setIconForTypeMap (const QMap< QByteArray, QString > &map) |
void | setNameForTypeMap (const QMap< QByteArray, QString > &map) |
void | setTypes (const QList< QByteArray > &types) |
virtual void | slotResult (KJob *job) |
Protected Member Functions inherited from Akonadi::TransactionSequence | |
bool | addSubjob (KJob *job) |
void | doStart () |
Protected Member Functions inherited from Akonadi::Job | |
virtual void | doHandleResponse (const QByteArray &tag, const QByteArray &data) |
virtual bool | doKill () |
void | emitWriteFinished () |
virtual bool | removeSubjob (KJob *job) |
Detailed Description
A job to request the collection used for storing recent contacts.
Use this job to retrieve the collection that is used for storing recent contacts (e.g. by email clients).
Example:
- Since
- 4.4
Definition at line 65 of file recentcontactscollectionrequestjob.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new recent contacts collection request job.
Definition at line 36 of file recentcontactscollectionrequestjob.cpp.
RecentContactsCollectionRequestJob::~RecentContactsCollectionRequestJob | ( | ) |
Destroys the recent contacts collection request job.
Definition at line 58 of file recentcontactscollectionrequestjob.cpp.
Member Function Documentation
void RecentContactsCollectionRequestJob::requestCollection | ( | const AgentInstance & | instance | ) |
Requests the recent contacts collection in the given resource instance
.
Definition at line 67 of file recentcontactscollectionrequestjob.cpp.
void RecentContactsCollectionRequestJob::requestDefaultCollection | ( | ) |
Requests the recent contacts collection in the default resource.
Definition at line 62 of file recentcontactscollectionrequestjob.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.