Syndication
itematomimpl.h
QString commentPostUri() const override
URI that can be used to post comments via an HTTP POST request using the Comment API.
Definition: itematomimpl.cpp:165
QList< EnclosurePtr > enclosures() const override
returns a list of enclosures describing files available on the net.
Definition: itematomimpl.cpp:118
Definition: atom/document.h:17
Definition: itematomimpl.h:23
QString link() const override
returns a link to the (web) resource described by this item.
Definition: itematomimpl.cpp:43
time_t dateUpdated() const override
returns the date when the item was modified the last time.
Definition: itematomimpl.cpp:93
QString commentsFeed() const override
URL of feed syndicating comments belonging to this item.
Definition: itematomimpl.cpp:160
an Atom entry, equivalent to the "items" in the RSS world.
Definition: entry.h:38
SpecificItemPtr specificItem() const override
returns the format-specific item this object abstracts from.
Definition: itematomimpl.cpp:170
QString language() const override
returns the language used in the item's content
Definition: itematomimpl.cpp:103
QMultiMap< QString, QDomElement > additionalProperties() const override
returns a list of item metadata not covered by this class.
Definition: itematomimpl.cpp:175
QList< PersonPtr > authors() const override
returns a list of persons who created the item content.
Definition: itematomimpl.cpp:69
QString id() const override
returns an identifier that identifies the item within its feed.
Definition: itematomimpl.cpp:108
QString commentsLink() const override
Link to an HTML site which contains the comments belonging to this item.
Definition: itematomimpl.cpp:155
int commentsCount() const override
The number of comments posted for this item.
Definition: itematomimpl.cpp:147
QString description() const override
returns the description of the item.
Definition: itematomimpl.cpp:54
time_t datePublished() const override
returns the date when the item was initially published.
Definition: itematomimpl.cpp:83
QList< CategoryPtr > categories() const override
returns a list of categories this item is filed in.
Definition: itematomimpl.cpp:133
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:52:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:52:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.