syndication/atom
23 #ifndef SYNDICATION_ATOM_SOURCE_H
24 #define SYNDICATION_ATOM_SOURCE_H
26 #include <syndication/elementwrapper.h>
33 template <
class T>
class QList;
35 namespace Syndication {
49 class SYNDICATION_EXPORT
Source :
public ElementWrapper
65 explicit Source(
const QDomElement& element);
70 QList<Person> authors()
const;
75 QList<Person> contributors()
const;
80 QList<Category> categories()
const;
107 QList<Link> links()
const;
114 QString logo()
const;
122 QString rights()
const;
130 QString subtitle()
const;
137 QString title()
const;
145 time_t updated()
const;
152 QString debugInfo()
const;
158 #endif // SYNDICATION_ATOM_SOURCE_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:22 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.