Akonadi
changenotificationdependenciesfactory.cpp
18Connection *ChangeNotificationDependenciesFactory::createNotificationConnection(Session *session, CommandBuffer *commandBuffer)
24 auto connection = new Connection(Connection::NotificationConnection, session->sessionId(), commandBuffer);
29void ChangeNotificationDependenciesFactory::addConnection(Session *session, Connection *connection)
34void ChangeNotificationDependenciesFactory::destroyNotificationConnection(Session *session, Connection *connection)
45CollectionCache *ChangeNotificationDependenciesFactory::createCollectionCache(int maxCapacity, Session *session)
50ItemCache *ChangeNotificationDependenciesFactory::createItemCache(int maxCapacity, Session *session)
55ItemListCache *ChangeNotificationDependenciesFactory::createItemListCache(int maxCapacity, Session *session)
60TagListCache *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-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.