syndication/atom
source.h
A category for categorizing items or whole feeds.
Definition category.h:46
Description of the agent used to generate the feed.
Definition generator.h:40
A link, pointing to webpages, media files on the web ("podcast"), related content,...
Definition link.h:40
describes a person, with name and optional URI and e-mail address.
Definition person.h:41
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 id() const
a string that unambigously identifies the source feed (optional)
Definition source.cpp:117
QString debugInfo() const
description of this source object for debugging purposes
Definition source.cpp:170
QString subtitle() const
description or subtitle of the source feed (optional).
Definition source.cpp:153
Generator generator() const
description of the software which generated the source feed (optional)
Definition source.cpp:105
QString logo() const
URL of an image, the logo of the source feed (optional)
Definition source.cpp:142
QList< Category > categories() const
categories the source feed is assigned to (optional)
Definition source.cpp:86
Atom parser and model classes, representing Atom 1.0 documents (Atom 0.3 documents are converted by t...
Definition atom.h:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.