akonadi
xmlwritejob.cpp
91 kDebug() << "Writing " << current.name() << "into" << elementStack.top().attribute( QLatin1String("name") );
93 CollectionFetchJob *subfetch = new CollectionFetchJob( current, CollectionFetchJob::FirstLevel, q );
129XmlWriteJob::XmlWriteJob(const Collection::List& roots, const QString& fileName, QObject* parent) :
Job that fetches collections from the Akonadi storage.
Definition: collectionfetchjob.h:54
Collection::List collections() const
Returns the list of fetched collection.
Definition: collectionfetchjob.cpp:169
void fetchAllAttributes(bool fetch=true)
Sets whether all available attributes should be fetched.
Definition: itemfetchscope.cpp:94
void fetchFullPayload(bool fetch=true)
Sets whether the full payload shall be fetched.
Definition: itemfetchscope.cpp:70
Represents a document of the KNUT XML serialization format for Akonadi objects.
Definition: xmldocument.h:38
Serializes a given Akonadi collection into a XML file.
Definition: xmlwritejob.h:36
void doStart()
This method must be reimplemented in the concrete jobs.
Definition: xmlwritejob.cpp:143
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.4 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.4 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.