Syndication
atom/source.h
A category for categorizing items or whole feeds.
Definition atom/category.h:32
Description of the agent used to generate the feed.
Definition generator.h:26
A link, pointing to webpages, media files on the web ("podcast"), related content,...
Definition link.h:27
describes a person, with name and optional URI and e-mail address.
Definition atom/person.h:27
time_t updated() const
The datetime of the last modification of the source feed content.
Definition atom/source.cpp:124
QList< Person > contributors() const
contributors to the original content (optional)
Definition atom/source.cpp:50
QString id() const
a string that unambiguously identifies the source feed (optional)
Definition atom/source.cpp:86
QList< Person > authors() const
authors of the original content (optional)
Definition atom/source.cpp:36
QString debugInfo() const
description of this source object for debugging purposes
Definition atom/source.cpp:130
QString subtitle() const
description or subtitle of the source feed (optional).
Definition atom/source.cpp:114
Generator generator() const
description of the software which generated the source feed (optional)
Definition atom/source.cpp:76
QString logo() const
URL of an image, the logo of the source feed (optional)
Definition atom/source.cpp:104
QList< Category > categories() const
categories the source feed is assigned to (optional)
Definition atom/source.cpp:63
Atom parser and model classes, representing Atom 1.0 documents (Atom 0.3 documents are converted by t...
Definition atom.h:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.