Syndication
item.cpp
83 info += QLatin1String("commentsCount: #") + QString::number(dcommentsCount) + QLatin1String("#\n");
virtual QList< PersonPtr > authors() const =0
returns a list of persons who created the item content.
bool isNull() const const
QString number(int n, int base)
virtual QString id() const =0
returns an identifier that identifies the item within its feed.
virtual time_t datePublished() const =0
returns the date when the item was initially published.
virtual QList< EnclosurePtr > enclosures() const =0
returns a list of enclosures describing files available on the net.
Definition: rss2/item.cpp:161
virtual QString commentPostUri() const =0
URI that can be used to post comments via an HTTP POST request using the Comment API.
virtual time_t dateUpdated() const =0
returns the date when the item was modified the last time.
Definition: atom/document.h:17
virtual QString commentsFeed() const =0
URL of feed syndicating comments belonging to this item.
virtual QString debugInfo() const
returns a description of the item for debugging purposes
Definition: item.cpp:22
virtual QList< CategoryPtr > categories() const =0
returns a list of categories this item is filed in.
Definition: rss2/item.cpp:131
virtual QString description() const =0
returns the description of the item.
KCALUTILS_EXPORT QString dateTimeToString(const QDateTime &date, bool dateOnly=false, bool shortfmt=true)
virtual QString commentsLink() const =0
Link to an HTML site which contains the comments belonging to this item.
virtual QString language() const =0
returns the language used in the item's content
virtual QString link() const =0
returns a link to the (web) resource described by this item.
virtual int commentsCount() const =0
The number of comments posted for this item.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 03:56:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 03:56:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.