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;
101 bool isValid()
const;
111 QString identifier()
const;
116 QString name()
const;
121 void setName(
const QString &name );
126 Status status()
const;
131 QString statusMessage()
const;
137 int progress()
const;
142 bool isOnline()
const;
147 void setIsOnline(
bool online );
154 void configure( QWidget *parent = 0 );
164 void synchronizeCollectionTree();
180 void abortCurrentTask()
const;
185 void reconfigure()
const;
190 void restart()
const;
195 QSharedDataPointer<Private> d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:31 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.