syndication/atom
source.cpp
A category for categorizing items or whole feeds.
Definition: category.h:45
A link, pointing to webpages, media files on the web ("podcast"), related content, etc.
Definition: link.h:39
Description of the agent used to generate the feed.
Definition: generator.h:39
time_t updated() const
The datetime of the last modification of the source feed content.
Definition: source.cpp:163
QList< Person > contributors() const
contributors to the original content (optional)
Definition: source.cpp:67
QString subtitle() const
description or subtitle of the source feed (optional).
Definition: source.cpp:153
QString debugInfo() const
a description of this generator for debugging purposes.
Definition: generator.cpp:54
QString logo() const
URL of an image, the logo of the source feed (optional)
Definition: source.cpp:142
QString id() const
a string that unambigously identifies the source feed (optional)
Definition: source.cpp:117
bool isNull() const
void append(const T &value)
Generator generator() const
description of the software which generated the source feed (optional)
Definition: source.cpp:105
Definition: document.h:31
QList< Category > categories() const
categories the source feed is assigned to (optional)
Definition: source.cpp:86
QString extractAtomText(const Syndication::ElementWrapper &parent, const QString &tagname)
extracts the content of an atomTextConstruct.
Definition: atomtools.cpp:35
QList< Person > authors() const
authors of the original content (optional)
Definition: source.cpp:48
describes a person, with name and optional URI and e-mail address.
Definition: person.h:40
QString debugInfo() const
description of this source object for debugging purposes
Definition: source.cpp:170
const_iterator constEnd() const
const_iterator constBegin() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.