Akonadi
changenotificationdependenciesfactory.cpp
16Connection *ChangeNotificationDependenciesFactory::createNotificationConnection(Session *session, CommandBuffer *commandBuffer)
22 auto connection = new Connection(Connection::NotificationConnection, session->sessionId(), commandBuffer);
27void ChangeNotificationDependenciesFactory::addConnection(Session *session, Connection *connection)
32void ChangeNotificationDependenciesFactory::destroyNotificationConnection(Session *session, Connection *connection)
43CollectionCache *ChangeNotificationDependenciesFactory::createCollectionCache(int maxCapacity, Session *session)
48ItemCache *ChangeNotificationDependenciesFactory::createItemCache(int maxCapacity, Session *session)
53ItemListCache *ChangeNotificationDependenciesFactory::createItemListCache(int maxCapacity, Session *session)
58TagListCache *ChangeNotificationDependenciesFactory::createTagListCache(int maxCapacity, Session *session)
static ServerManager * self()
Returns the singleton instance of this class, for connecting to its signals.
Definition servermanager.cpp:178
Helper integration between Akonadi and Qt.
NETWORKMANAGERQT_EXPORT QDBusPendingReply< QDBusObjectPath > addConnection(const NMVariantMapMap &settings)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.