akonadi
20 #ifndef AKONADI_SERVERMANAGER_H
21 #define AKONADI_SERVERMANAGER_H
23 #include "akonadi_export.h"
25 #include <QtCore/QObject>
26 #include <QtCore/QMetaType>
30 class ServerManagerPrivate;
82 static void showSelfTestDialog( QWidget *parent );
89 static bool isRunning();
103 static QString instanceIdentifier();
109 static bool hasInstanceIdentifier();
128 static QString serviceName( ServiceType serviceType );
145 static QString agentServiceName( ServiceAgentType agentType,
const QString &identifier );
152 static QString addNamespace(
const QString &
string );
179 friend class ServerManagerPrivate;
181 ServerManagerPrivate*
const d;
182 Q_PRIVATE_SLOT( d,
void serviceOwnerChanged(
const QString&,
const QString&,
const QString& ) )
183 Q_PRIVATE_SLOT( d,
void checkStatusChanged() )
184 Q_PRIVATE_SLOT( d,
void timeout() )
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:41 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.