Syndication
item.h
virtual QString language() const =0
returns the language used in the item's content
virtual time_t datePublished() const =0
returns the date when the item was initially published.
virtual QString description() const =0
returns the description of the item.
virtual QString commentsFeed() const =0
URL of feed syndicating comments belonging to this item.
virtual QMultiMap< QString, QDomElement > additionalProperties() const =0
returns a list of item metadata not covered by this class.
virtual int commentsCount() const =0
The number of comments posted for this item.
virtual QList< PersonPtr > authors() const =0
returns a list of persons who created the item content.
virtual QList< EnclosurePtr > enclosures() const =0
returns a list of enclosures describing files available on the net.
virtual QString link() const =0
returns a link to the (web) resource described by this item.
virtual QList< CategoryPtr > categories() const =0
returns a list of categories this item is filed in.
virtual time_t dateUpdated() const =0
returns the date when the item was modified the last time.
virtual QString commentPostUri() const =0
URI that can be used to post comments via an HTTP POST request using the Comment API.
virtual SpecificItemPtr specificItem() const =0
returns the format-specific item this object abstracts from.
virtual QString id() const =0
returns an identifier that identifies the item within its feed.
virtual QString commentsLink() const =0
Link to an HTML site which contains the comments belonging to this item.
Category
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.