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