Syndication
feedrss2impl.h
Definition feedrss2impl.h:25
QMultiMap< QString, QDomElement > additionalProperties() const override
returns a list of feed metadata not covered by this class.
Definition feedrss2impl.cpp:97
Syndication::SpecificDocumentPtr specificDocument() const override
returns the format-specific document this abstraction wraps.
Definition feedrss2impl.cpp:28
QString copyright() const override
returns copyright information about the feed
Definition feedrss2impl.cpp:86
QList< PersonPtr > authors() const override
returns a list of persons who created the feed content.
Definition feedrss2impl.cpp:76
QList< ItemPtr > items() const override
A list of items, in the order they were parsed from the feed source.
Definition feedrss2impl.cpp:33
ImagePtr image() const override
returns an image associated with this item.
Definition feedrss2impl.cpp:91
QString link() const override
returns a link pointing to a website associated with this channel.
Definition feedrss2impl.cpp:66
QList< CategoryPtr > categories() const override
returns a list of categories this feed is associated with.
Definition feedrss2impl.cpp:47
ImagePtr icon() const override
returns an icon associated with this item.
Definition feedrss2impl.cpp:109
This class represents a feed document ("Channel" in RSS, "Feed" in Atom).
Definition feed.h:53
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.