syndication/atom
entry.h
A category for categorizing items or whole feeds.
Definition category.h:46
The content element either contains or links the content of an entry.
Definition content.h:47
QList< Person > contributors() const
list of persons contributing to this entry (optional)
Definition entry.cpp:82
time_t published() const
The datetime of the publication of this entry (optional).
Definition entry.cpp:157
void setFeedAuthors(const QList< Person > &feedAuthors)
Sets the list of the containing feed's authors, which will be used as a fallback in authors() in case...
Definition entry.cpp:48
Content content() const
content of the entry (optional) See Content for details
Definition entry.cpp:181
QList< QDomElement > unhandledElements() const
returns all child elements of this entry not covered by this class.
Definition entry.cpp:187
QString debugInfo() const
returns a description of this entry for debugging purposes
Definition entry.cpp:220
bool accept(SpecificItemVisitor *visitor)
Used by visitors for double dispatch.
Definition entry.cpp:277
QList< Person > authors() const
list of persons who are authors of this entry.
Definition entry.cpp:53
time_t updated() const
The datetime of the last modification of this entry (required).
Definition entry.cpp:164
QList< Category > categories() const
a list of categories this entry is filed to (optional)
Definition entry.cpp:101
QList< Link > links() const
links pointing to associated web sites and other resources.
Definition entry.cpp:127
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
If an entry was copied from another feed, this class contains a description of the source feed.
Definition source.h:50
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.