akonadi
Akonadi::JobPrivate Class Reference
#include <job_p.h>
Inheritance diagram for Akonadi::JobPrivate:

Public Member Functions | |
| JobPrivate (Job *parent) | |
| void | handleResponse (const QByteArray &tag, const QByteArray &data) |
| void | init (QObject *parent) |
| void | lostConnection () |
| QByteArray | newTag () |
| void | signalCreationToJobTracker () |
| void | slotSubJobAboutToStart (Akonadi::Job *) |
| void | startNext () |
| void | startQueued () |
| QByteArray | tag () const |
| void | writeData (const QByteArray &data) |
Public Attributes | |
| Job * | mCurrentSubJob |
| Job * | mParentJob |
| Session * | mSession |
| bool | mStarted |
| QByteArray | mTag |
| bool | mWriteFinished |
| Job * | q_ptr |
Detailed Description
For internal use only.
Definition at line 30 of file job_p.h.
Member Function Documentation
| QByteArray Akonadi::JobPrivate::newTag | ( | ) |
Returns a new unique command tag for communication with the backend.
| QByteArray Akonadi::JobPrivate::tag | ( | ) | const |
Return the tag used for the request.
| void Akonadi::JobPrivate::writeData | ( | const QByteArray & | data | ) |
Sends raw data to the backend.
The documentation for this class was generated from the following file:
KDE 4.4 API Reference