Syndication
itemrdfimpl.cpp
QString commentsLink() const override
Link to an HTML site which contains the comments belonging to this item.
Definition itemrdfimpl.cpp:118
QList< PersonPtr > authors() const override
returns a list of persons who created the item content.
Definition itemrdfimpl.cpp:56
QMultiMap< QString, QDomElement > additionalProperties() const override
returns a list of item metadata not covered by this class.
Definition itemrdfimpl.cpp:140
time_t dateUpdated() const override
returns the date when the item was modified the last time.
Definition itemrdfimpl.cpp:91
QString commentsFeed() const override
URL of feed syndicating comments belonging to this item.
Definition itemrdfimpl.cpp:123
SpecificItemPtr specificItem() const override
returns the format-specific item this object abstracts from.
Definition itemrdfimpl.cpp:135
int commentsCount() const override
The number of comments posted for this item.
Definition itemrdfimpl.cpp:108
QString commentPostUri() const override
URI that can be used to post comments via an HTTP POST request using the Comment API.
Definition itemrdfimpl.cpp:129
QString language() const override
returns the language used in the item's content
Definition itemrdfimpl.cpp:72
QString description() const override
returns the description of the item.
Definition itemrdfimpl.cpp:46
time_t datePublished() const override
returns the date when the item was initially published.
Definition itemrdfimpl.cpp:86
QList< CategoryPtr > categories() const override
returns a list of categories this item is filed in.
Definition itemrdfimpl.cpp:102
QString link() const override
returns a link to the (web) resource described by this item.
Definition itemrdfimpl.cpp:41
QList< EnclosurePtr > enclosures() const override
returns a list of enclosures describing files available on the net.
Definition itemrdfimpl.cpp:96
QString id() const override
returns an identifier that identifies the item within its feed.
Definition itemrdfimpl.cpp:77
a property is node type that represents properties of things, like "name" is a property of a person,...
Definition property.h:32
QString slashNamespace()
"slash" namespace http://purl.org/rss/1.0/modules/slash/
Definition constants.cpp:44
QString commentApiNamespace()
wellformedweb.org's RSS namespace for comment functionality "http://wellformedweb....
Definition constants.cpp:39
void append(QList< T > &&value)
int toInt(bool *ok, int base) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 19:01:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 19:01:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.