syndication/atom
Syndication::Atom::Entry Class Reference
#include <entry.h>
Public Member Functions | |
| Entry () | |
| Entry (const QDomElement &element) | |
| bool | accept (SpecificItemVisitor *visitor) |
| QList< Person > | authors () const |
| QList< Category > | categories () const |
| Content | content () const |
| QList< Person > | contributors () const |
| QString | debugInfo () const |
| QString | id () const |
| QList< Link > | links () const |
| time_t | published () const |
| QString | rights () const |
| void | setFeedAuthors (const QList< Person > &feedAuthors) |
| Source | source () const |
| QString | summary () const |
| QString | title () const |
| QList< QDomElement > | unhandledElements () const |
| time_t | updated () const |
Detailed Description
Constructor & Destructor Documentation
◆ Entry() [1/2]
| Syndication::Atom::Entry::Entry | ( | ) |
◆ Entry() [2/2]
|
explicit |
Member Function Documentation
◆ accept()
| bool Syndication::Atom::Entry::accept | ( | SpecificItemVisitor * | visitor | ) |
◆ authors()
| QList< Person > Syndication::Atom::Entry::authors | ( | ) | const |
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()
| QList< Category > Syndication::Atom::Entry::categories | ( | ) | const |
◆ content()
| Content Syndication::Atom::Entry::content | ( | ) | const |
◆ contributors()
| QList< Person > Syndication::Atom::Entry::contributors | ( | ) | const |
◆ debugInfo()
| QString Syndication::Atom::Entry::debugInfo | ( | ) | const |
◆ id()
| QString Syndication::Atom::Entry::id | ( | ) | const |
◆ links()
| QList< Link > Syndication::Atom::Entry::links | ( | ) | const |
◆ published()
| time_t Syndication::Atom::Entry::published | ( | ) | const |
◆ rights()
| QString Syndication::Atom::Entry::rights | ( | ) | const |
◆ setFeedAuthors()
| void Syndication::Atom::Entry::setFeedAuthors | ( | const QList< Person > & | feedAuthors | ) |
◆ 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-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.