Syndication::Atom::Entry
Syndication::Atom::Entry Class Reference
#include <entry.h>
Inheritance diagram for Syndication::Atom::Entry:
Additional Inherited Members | |
Static Public Member Functions inherited from Syndication::ElementWrapper | |
static QString | childNodesAsXML (const QDomElement &parent) |
Detailed Description
Constructor & Destructor Documentation
◆ Entry() [1/2]
Syndication::Atom::Entry::Entry | ( | ) |
◆ Entry() [2/2]
|
explicit |
Member Function Documentation
◆ accept()
|
overridevirtual |
Used by visitors for double dispatch.
See SpecificVisitor for more information.
- Parameters
-
visitor the visitor calling the method
Implements Syndication::SpecificItem.
◆ authors()
list of persons who are authors of this entry.
(required)
If the entry itself does not have explicit author description, its source author description is used. If none of these exist, the list of authors of the containing feed is used. That list is set by setFeedAuthors().
◆ categories()
◆ content()
Content Syndication::Atom::Entry::content | ( | ) | const |
◆ contributors()
◆ debugInfo()
QString Syndication::Atom::Entry::debugInfo | ( | ) | const |
◆ id()
QString Syndication::Atom::Entry::id | ( | ) | const |
◆ links()
◆ published()
time_t Syndication::Atom::Entry::published | ( | ) | const |
◆ rights()
QString Syndication::Atom::Entry::rights | ( | ) | const |
◆ setFeedAuthors()
◆ source()
Source Syndication::Atom::Entry::source | ( | ) | const |
◆ summary()
QString Syndication::Atom::Entry::summary | ( | ) | const |
◆ title()
QString Syndication::Atom::Entry::title | ( | ) | const |
◆ unhandledElements()
QList< QDomElement > Syndication::Atom::Entry::unhandledElements | ( | ) | const |
◆ updated()
time_t Syndication::Atom::Entry::updated | ( | ) | const |
The documentation for this class was generated from the following files:
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.