Syndication
feedrss2impl.cpp
40 std::transform(entries.cbegin(), entries.cend(), std::back_inserter(items), [](const Syndication::RSS2::Item &entry) {
54 std::transform(entries.cbegin(), entries.cend(), std::back_inserter(categories), [](const Syndication::RSS2::Category &entry) {
QList< CategoryPtr > categories() const override
returns a list of categories this feed is associated with.
Definition: feedrss2impl.cpp:47
A category which can be assigned to items or whole feeds.
Definition: rss2/category.h:27
QString link() const override
returns a link pointing to a website associated with this channel.
Definition: feedrss2impl.cpp:66
int count(const T &value) const const
ImagePtr icon() const override
returns an icon associated with this item.
Definition: feedrss2impl.cpp:109
QMultiMap< QString, QDomElement > additionalProperties() const override
returns a list of feed metadata not covered by this class.
Definition: feedrss2impl.cpp:97
QList< PersonPtr > authors() const override
returns a list of persons who created the feed content.
Definition: feedrss2impl.cpp:76
Definition: atom/document.h:17
Definition: imagerss2impl.h:24
ImagePtr image() const override
returns an image associated with this item.
Definition: feedrss2impl.cpp:91
QList::const_iterator cend() const const
typename QMap< Key, T >::iterator insert(const Key &key, const T &value)
QList::const_iterator cbegin() const const
QString copyright() const override
returns copyright information about the feed
Definition: feedrss2impl.cpp:86
Syndication::SpecificDocumentPtr specificDocument() const override
returns the format-specific document this abstraction wraps.
Definition: feedrss2impl.cpp:28
QList< ItemPtr > items() const override
A list of items, in the order they were parsed from the feed source.
Definition: feedrss2impl.cpp:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:57:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:57:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.