Syndication
feedatomimpl.cpp
42 std::transform(entries.cbegin(), entries.cend(), std::back_inserter(items), [](const Syndication::Atom::Entry &entry) {
55 std::transform(entries.cbegin(), entries.cend(), std::back_inserter(categories), [](const Syndication::Atom::Category &entry) {
90 std::transform(people.cbegin(), people.cend(), std::back_inserter(list), [](const Syndication::Atom::Person &person) {
int count(const T &value) const const
QString copyright() const override
returns copyright information about the feed
Definition: feedatomimpl.cpp:102
Definition: atom/document.h:17
void reserve(int alloc)
ImagePtr icon() const override
returns an icon associated with this item.
Definition: feedatomimpl.cpp:112
Syndication::SpecificDocumentPtr specificDocument() const override
returns the format-specific document this abstraction wraps.
Definition: feedatomimpl.cpp:30
int size() const const
A category for categorizing items or whole feeds.
Definition: atom/category.h:31
an Atom entry, equivalent to the "items" in the RSS world.
Definition: entry.h:38
QList< Syndication::ItemPtr > items() const override
A list of items, in the order they were parsed from the feed source.
Definition: feedatomimpl.cpp:35
QList::const_iterator cend() const const
Definition: imageatomimpl.h:25
typename QMap< Key, T >::iterator insert(const Key &key, const T &value)
ImagePtr image() const override
returns an image associated with this item.
Definition: feedatomimpl.cpp:107
QString link() const override
returns a link pointing to a website associated with this channel.
Definition: feedatomimpl.cpp:67
QList::const_iterator cbegin() const const
QMultiMap< QString, QDomElement > additionalProperties() const override
returns a list of feed metadata not covered by this class.
Definition: feedatomimpl.cpp:117
QList< PersonPtr > authors() const override
returns a list of persons who created the feed content.
Definition: feedatomimpl.cpp:83
QList< CategoryPtr > categories() const override
returns a list of categories this feed is associated with.
Definition: feedatomimpl.cpp:49
A link, pointing to webpages, media files on the web ("podcast"), related content,...
Definition: link.h:26
describes a person, with name and optional URI and e-mail address.
Definition: atom/person.h:26
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 03:56:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 03:56:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.