akonadi
Akonadi::AgentBasePrivate Class Reference
#include <agentbase_p.h>
Inherits QObject.
Inherited by Akonadi::PreprocessorBasePrivate, and Akonadi::ResourceBasePrivate.
Public Member Functions | |
| AgentBasePrivate (AgentBase *parent) | |
| virtual void | changeProcessed () |
| QString | defaultErrorMessage () const |
| QString | defaultReadyMessage () const |
| QString | defaultSyncingMessage () const |
| virtual void | delayedInit () |
| void | init () |
| void | slotError (const QString &message) |
| void | slotNetworkStatusChange (Solid::Networking::Status) |
| void | slotPercent (int progress) |
| void | slotStatus (int status, const QString &message) |
| void | slotWarning (const QString &message) |
Public Attributes | |
| QString | mId |
| ChangeRecorder * | mMonitor |
| QString | mName |
| bool | mNeedsNetwork |
| AgentBase::Observer * | mObserver |
| bool | mOnline |
| uint | mProgress |
| QString | mProgressMessage |
| QSettings * | mSettings |
| int | mStatusCode |
| QString | mStatusMessage |
| org::freedesktop::Akonadi::Tracer * | mTracer |
| AgentBase * | q_ptr |
Protected Slots | |
| void | collectionAdded (const Akonadi::Collection &collection, const Akonadi::Collection &parent) |
| void | collectionChanged (const Akonadi::Collection &collection, const QSet< QByteArray > &partIdentifiers) |
| void | collectionChanged (const Akonadi::Collection &collection) |
| void | collectionMoved (const Akonadi::Collection &collection, const Akonadi::Collection &source, const Akonadi::Collection &destination) |
| void | collectionRemoved (const Akonadi::Collection &collection) |
| void | itemAdded (const Akonadi::Item &item, const Akonadi::Collection &collection) |
| void | itemChanged (const Akonadi::Item &item, const QSet< QByteArray > &partIdentifiers) |
| void | itemLinked (const Akonadi::Item &item, const Akonadi::Collection &collection) |
| void | itemMoved (const Akonadi::Item &, const Akonadi::Collection &source, const Akonadi::Collection &destination) |
| void | itemRemoved (const Akonadi::Item &item) |
| void | itemUnlinked (const Akonadi::Item &item, const Akonadi::Collection &collection) |
Detailed Description
For internal use only.
Definition at line 37 of file agentbase_p.h.
The documentation for this class was generated from the following file:
KDE 4.4 API Reference