akonadi
20 #ifndef AKONADI_AGENTINSTANCE_H
21 #define AKONADI_AGENTINSTANCE_H
23 #include "akonadi_export.h"
25 #include <QtCore/QList>
26 #include <QtCore/QMetaType>
27 #include <QtCore/QSharedDataPointer>
71 typedef QList<AgentInstance>
List;
102 bool isValid()
const;
112 QString identifier()
const;
117 QString name()
const;
122 void setName(
const QString &name );
127 Status status()
const;
132 QString statusMessage()
const;
138 int progress()
const;
143 bool isOnline()
const;
148 void setIsOnline(
bool online );
155 void configure( QWidget *parent = 0 );
165 void synchronizeCollectionTree();
181 void abortCurrentTask()
const;
186 void reconfigure()
const;
191 void restart()
const;
196 QSharedDataPointer<Private> d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Nov 26 2012 16:48:18 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.