Syndication Library
item.cpp
100 info+= QLatin1String("commentsCount: #") + QString::number(dcommentsCount) + QLatin1String("#\n");
virtual int commentsCount() const =0
The number of comments posted for this item.
virtual QList< CategoryPtr > categories() const =0
returns a list of categories this item is filed in.
virtual QList< PersonPtr > authors() const =0
returns a list of persons who created the item content.
virtual QString link() const =0
returns a link to the (web) resource described by this item.
virtual QString id() const =0
returns an identifier that identifies the item within its feed.
virtual QString debugInfo() const
returns a description of the item for debugging purposes
Definition: item.cpp:38
virtual time_t dateUpdated() const =0
returns the date when the item was modified the last time.
virtual time_t datePublished() const =0
returns the date when the item was initially published.
bool isNull() const
virtual QString description() const =0
returns the description of the item.
QString number(int n, int base)
virtual QString commentPostUri() const =0
URI that can be used to post comments via an HTTP POST request using the Comment API.
Definition: elementwrapper.h:32
virtual QString language() const =0
returns the language used in the item's content
virtual QList< EnclosurePtr > enclosures() const =0
returns a list of enclosures describing files available on the net.
virtual QString commentsFeed() const =0
URL of feed syndicating comments belonging to this item.
const_iterator constEnd() const
const_iterator constBegin() const
virtual QString commentsLink() const =0
Link to an HTML site which contains the comments belonging to this item.
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.