Syndication
feedrdfimpl.cpp
43 std::transform(entries.cbegin(), entries.cend(), std::back_inserter(items), [](const Syndication::RDF::Item &entry) {
QList< CategoryPtr > categories() const override
returns a list of categories this feed is associated with.
Definition feedrdfimpl.cpp:50
QMultiMap< QString, QDomElement > additionalProperties() const override
returns a list of feed metadata not covered by this class.
Definition feedrdfimpl.cpp:110
QList< ItemPtr > items() const override
A list of items, in the order they were parsed from the feed source.
Definition feedrdfimpl.cpp:36
QList< PersonPtr > authors() const override
returns a list of persons who created the feed content.
Definition feedrdfimpl.cpp:71
ImagePtr image() const override
returns an image associated with this item.
Definition feedrdfimpl.cpp:98
ImagePtr icon() const override
returns an icon associated with this item.
Definition feedrdfimpl.cpp:104
QString link() const override
returns a link pointing to a website associated with this channel.
Definition feedrdfimpl.cpp:61
QString copyright() const override
returns copyright information about the feed
Definition feedrdfimpl.cpp:93
Syndication::SpecificDocumentPtr specificDocument() const override
returns the format-specific document this abstraction wraps.
Definition feedrdfimpl.cpp:31
Definition imagerdfimpl.h:26
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
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.