Akonadi
tracer.h
50 typename std::enable_if<std::is_base_of<Protocol::Command, T>::value>::type connectionOutput(const QString &identifier, qint64 tag, const T &cmd)
Q_OBJECTQ_OBJECT
void connectionInput(const QString &identifier, const QByteArray &msg) override
This method is called whenever the akonadi server retrieves some data from the outside.
Definition: tracer.cpp:53
Q_SLOTSQ_SLOTS
QByteArray number(int n, int base)
The global tracer instance where all akonadi components can send their tracing information to.
Definition: tracer.h:37
Protocol
void endConnection(const QString &identifier, const QString &msg) override
This method is called whenever a data (imap) connection to akonadi server is closed.
Definition: tracer.cpp:45
void warning(const QString &componentName, const QString &msg) override
This method is called whenever a component wants to output a warning.
Definition: tracer.cpp:117
Indented
void signal(const QString &signalName, const QString &msg) override
This method is called whenever a dbus signal is emitted on the bus.
Definition: tracer.cpp:104
This interface can be reimplemented to deliver tracing information of the akonadi server to the outsi...
Definition: tracerinterface.h:27
QByteArray toJson() const const
void error(const QString &componentName, const QString &msg) override
This method is called whenever a component wants to output an error.
Definition: tracer.cpp:125
void beginConnection(const QString &identifier, const QString &msg) override
This method is called whenever a new data (imap) connection to the akonadi server is established.
Definition: tracer.cpp:37
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jan 27 2023 07:39:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jan 27 2023 07:39:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.