akonadi
#include <transactionjobs.h>

Public Member Functions | |
TransactionCommitJob (QObject *parent) | |
~TransactionCommitJob () | |
![]() | |
Job (QObject *parent=0) | |
virtual | ~Job () |
virtual QString | errorString () const |
void | start () |
Protected Member Functions | |
virtual void | doStart () |
![]() | |
virtual bool | addSubjob (KJob *job) |
virtual void | doHandleResponse (const QByteArray &tag, const QByteArray &data) |
virtual bool | doKill () |
virtual void | doStart ()=0 |
void | emitWriteFinished () |
virtual bool | removeSubjob (KJob *job) |
Additional Inherited Members | |
![]() | |
enum | Error { ConnectionFailed = UserDefinedError , ProtocolVersionMismatch , UserCanceled , Unknown , UserError = UserDefinedError + 42 } |
typedef QList< Job * > | List |
![]() | |
void | aboutToStart (Akonadi::Job *job) |
void | writeFinished (Akonadi::Job *job) |
![]() | |
virtual void | slotResult (KJob *job) |
Detailed Description
Job that commits a session-global transaction.
This job commits all changes of this transaction.
Definition at line 113 of file transactionjobs.h.
Constructor & Destructor Documentation
◆ TransactionCommitJob()
|
explicit |
Creates a new transaction commit job.
The parent must be the same parent as for the TransactionBeginJob.
- Parameters
-
parent The parent job or Session, must not be 0.
Definition at line 83 of file transactionjobs.cpp.
◆ ~TransactionCommitJob()
TransactionCommitJob::~TransactionCommitJob | ( | ) |
Destroys the transaction commit job.
Definition at line 89 of file transactionjobs.cpp.
Member Function Documentation
◆ doStart()
|
protectedvirtual |
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 93 of file transactionjobs.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.