akonadi
#include <transactionjobs.h>
Public Member Functions | |
| TransactionCommitJob (QObject *parent) | |
| ~TransactionCommitJob () | |
| Public Member Functions inherited from Akonadi::Job | |
| Job (QObject *parent=0) | |
| virtual | ~Job () |
| virtual QString | errorString () const |
| void | start () |
Protected Member Functions | |
| virtual void | doStart () |
| Protected Member Functions inherited from Akonadi::Job | |
| virtual bool | addSubjob (KJob *job) |
| virtual void | doHandleResponse (const QByteArray &tag, const QByteArray &data) |
| virtual bool | doKill () |
| void | emitWriteFinished () |
| virtual bool | removeSubjob (KJob *job) |
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::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-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.