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 | setProgramName () |
void | slotError (const QString &message) |
void | slotNetworkStatusChange (Solid::Networking::Status) |
void | slotPercent (int progress) |
void | slotResumedFromSuspend () |
void | slotStatus (int status, const QString &message) |
void | slotWarning (const QString &message) |
Public Attributes | |
ChangeRecorder * | mChangeRecorder |
QDBusConnection | mDBusConnection |
QString | mId |
QString | mName |
bool | mNeedsNetwork |
AgentBase::Observer * | mObserver |
bool | mOnline |
uint | mProgress |
QString | mProgressMessage |
QString | mResourceTypeName |
QSettings * | mSettings |
int | mStatusCode |
QString | mStatusMessage |
org::freedesktop::Akonadi::Tracer * | mTracer |
AgentBase * | q_ptr |
Detailed Description
Definition at line 38 of file agentbase_p.h.
Member Data Documentation
QDBusConnection Akonadi::AgentBasePrivate::mDBusConnection |
Use sessionBus() to access the connection.
Definition at line 83 of file agentbase_p.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:32 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:32 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.