Syndication Library
feed.cpp
virtual ImagePtr image() const =0
returns an image associated with this item.
virtual QList< PersonPtr > authors() const =0
returns a list of persons who created the feed content.
bool isNull() const
virtual QList< ItemPtr > items() const =0
A list of items, in the order they were parsed from the feed source.
Definition: elementwrapper.h:32
virtual QString copyright() const =0
returns copyright information about the feed
virtual QString link() const =0
returns a link pointing to a website associated with this channel.
virtual QString debugInfo() const
returns a description of the feed for debugging purposes
Definition: feed.cpp:38
virtual QList< CategoryPtr > categories() const =0
returns a list of categories this feed is associated with.
const_iterator constEnd() const
const_iterator constBegin() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.