Akonadi
9 #include "akonadicore_export.h"
16 class ServerManagerPrivate;
68 static void showSelfTestDialog(
QWidget *parent);
75 Q_REQUIRED_RESULT
static bool isRunning();
81 Q_REQUIRED_RESULT
static State state();
92 Q_REQUIRED_RESULT
static QString brokenReason();
100 Q_REQUIRED_RESULT
static QString instanceIdentifier();
106 Q_REQUIRED_RESULT
static bool hasInstanceIdentifier();
126 static QString serviceName(ServiceType serviceType);
145 Q_REQUIRED_RESULT
static QString agentServiceName(ServiceAgentType agentType,
const QString &identifier);
153 Q_REQUIRED_RESULT
static QString addNamespace(
const QString &
string);
169 Q_REQUIRED_RESULT
static QString serverConfigFilePath(OpenMode openMode);
175 Q_REQUIRED_RESULT
static QString agentConfigFilePath(
const QString &identifier);
194 Q_REQUIRED_RESULT
static uint generation();
216 friend class ServerManagerPrivate;
218 ServerManagerPrivate *
const d;
@ Broken
Server is not operational and an error has been detected.
void stop(Ekos::AlignState mode)
@ Starting
Server was started but is not yet running.
Q_SCRIPTABLE Q_NOREPLY void start()
@ Running
Server is running and operational.
ServiceType
Types of known D-Bus services.
@ NotRunning
Server is not running, could be no one started it yet or it failed to start.
ServiceAgentType
Known agent types.
Provides methods to control the Akonadi server process.
State
Enum for the various states the server can be in.
Provides methods to control the Akonadi server process.
@ Stopping
Server is shutting down.
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 03:58:07 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.