Syndication
itematomimpl.cpp
76 std::transform(people.cbegin(), people.cend(), std::back_inserter(list), [](const Syndication::Atom::Person &person) {
115 return QStringLiteral("hash:%1").arg(Syndication::calcMD5Sum(title() + description() + link() + content()));
140 std::transform(cats.cbegin(), cats.cend(), std::back_inserter(list), [](const Syndication::Atom::Category &c) {
A category for categorizing items or whole feeds.
Definition atom/category.h:32
The content element either contains or links the content of an entry.
Definition content.h:31
an Atom entry, equivalent to the "items" in the RSS world.
Definition entry.h:39
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
QString commentsFeed() const override
URL of feed syndicating comments belonging to this item.
Definition itematomimpl.cpp:160
QString commentsLink() const override
Link to an HTML site which contains the comments belonging to this item.
Definition itematomimpl.cpp:155
SpecificItemPtr specificItem() const override
returns the format-specific item this object abstracts from.
Definition itematomimpl.cpp:170
QList< EnclosurePtr > enclosures() const override
returns a list of enclosures describing files available on the net.
Definition itematomimpl.cpp:118
int commentsCount() const override
The number of comments posted for this item.
Definition itematomimpl.cpp:147
QString commentPostUri() const override
URI that can be used to post comments via an HTTP POST request using the Comment API.
Definition itematomimpl.cpp:165
QList< PersonPtr > authors() const override
returns a list of persons who created the item content.
Definition itematomimpl.cpp:69
time_t dateUpdated() const override
returns the date when the item was modified the last time.
Definition itematomimpl.cpp:93
time_t datePublished() const override
returns the date when the item was initially published.
Definition itematomimpl.cpp:83
QString link() const override
returns a link to the (web) resource described by this item.
Definition itematomimpl.cpp:43
QList< CategoryPtr > categories() const override
returns a list of categories this item is filed in.
Definition itematomimpl.cpp:133
QMultiMap< QString, QDomElement > additionalProperties() const override
returns a list of item metadata not covered by this class.
Definition itematomimpl.cpp:175
QString id() const override
returns an identifier that identifies the item within its feed.
Definition itematomimpl.cpp:108
QString description() const override
returns the description of the item.
Definition itematomimpl.cpp:54
QString language() const override
returns the language used in the item's content
Definition itematomimpl.cpp:103
QString slashNamespace()
"slash" namespace http://purl.org/rss/1.0/modules/slash/
Definition constants.cpp:44
QString commentApiNamespace()
wellformedweb.org's RSS namespace for comment functionality "http://wellformedweb....
Definition constants.cpp:39
void append(QList< T > &&value)
const_iterator cbegin() const const
const_iterator cend() const const
qsizetype count() const const
void reserve(qsizetype size)
qsizetype size() const const
iterator insert(const Key &key, const T &value)
QString arg(Args &&... args) const const
int toInt(bool *ok, int base) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 19:01:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 19:01:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.