Akonadi
tracerinterface.h
virtual void endConnection(const QString &identifier, const QString &msg)=0
This method is called whenever a data (imap) connection to akonadi server is closed.
virtual void connectionOutput(const QString &identifier, const QByteArray &msg)=0
This method is called whenever the akonadi server sends some data out to a client.
virtual void connectionInput(const QString &identifier, const QByteArray &msg)=0
This method is called whenever the akonadi server retrieves some data from the outside.
This interface can be reimplemented to deliver tracing information of the akonadi server to the outsi...
Definition: tracerinterface.h:27
virtual void signal(const QString &signalName, const QString &msg)=0
This method is called whenever a dbus signal is emitted on the bus.
virtual void warning(const QString &componentName, const QString &msg)=0
This method is called whenever a component wants to output a warning.
virtual void error(const QString &componentName, const QString &msg)=0
This method is called whenever a component wants to output an error.
virtual void beginConnection(const QString &identifier, const QString &msg)=0
This method is called whenever a new data (imap) connection to the akonadi server is established.
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jul 2 2022 06:41:49 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jul 2 2022 06:41:49 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.