Akonadi
connection.h
71 template<typename T> inline typename std::enable_if<std::is_base_of<Protocol::Command, T>::value>::type sendResponse(T &&response);
121 template<typename T> inline typename std::enable_if<std::is_base_of<Protocol::Command, T>::value>::type sendResponse(qint64 tag, T &&response);
130 template<typename T> inline typename std::enable_if<std::is_base_of<Protocol::Command, T>::value>::type Connection::sendResponse(T &&response)
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
ConnectedState
bool verifyCacheOnRetrieval() const
Returns true if permanent cache verification is enabled.
Definition: server/connection.cpp:426
Q_SIGNALSQ_SIGNALS
bool isOwnerResource(const PimItem &item) const
Returns true if this connection belongs to the owning resource of item.
Definition: server/connection.cpp:403
An Connection represents one connection of a client to the server.
Definition: connection.h:46
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jun 30 2022 03:51:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jun 30 2022 03:51:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.