akonadi
control.cpp
178 mSuccess = (mStarting && state == ServerManager::Running) || (mStopping && state == ServerManager::NotRunning);
void setWindowModality(Qt::WindowModality windowModality)
void setFrameShape(Shape)
static ServerManager * self()
Returns the singleton instance of this class, for connecting to its signals.
Definition: servermanager.cpp:161
void resize(int w, int h)
static bool stop()
Stops the Akonadi server synchronously if it is currently running.
Definition: control.cpp:217
static void widgetNeedsAkonadi(QWidget *widget)
Disable the given widget when Akonadi is not operational and show an error overlay (given enough spac...
Definition: control.cpp:264
Definition: erroroverlay_p.h:43
QCoreApplication * instance()
Server is performing a database upgrade as part of a new startup.
Definition: servermanager.h:56
Server is not running, could be no one started it yet or it failed to start.
Definition: servermanager.h:51
Server was started but is not yet running.
Definition: servermanager.h:52
static bool start()
Starts the Akonadi server synchronously if it is not already running.
Definition: control.cpp:199
void setFrameShadow(Shadow)
void setWindowFlags(QFlags< Qt::WindowType > type)
A dialog that checks the current status of the Akonadi system.
Definition: selftestdialog_p.h:44
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const
static bool isRunning()
Checks if the server is available currently.
Definition: servermanager.cpp:221
singleShot
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.