syndication/atom
24 #include "constants.h"
26 #include <QtCore/QString>
28 namespace Syndication {
42 QLatin1String(
"name"));
49 QLatin1String(
"uri")));
55 QLatin1String(
"email"));
61 info += QLatin1String(
"### Person: ###################\n");
62 info += QLatin1String(
"name: #") +
name() + QLatin1String(
"#\n");
63 info += QLatin1String(
"email: #") +
email() + QLatin1String(
"#\n");
64 info += QLatin1String(
"uri: #") +
uri() + QLatin1String(
"#\n");
65 info += QLatin1String(
"### Person end ################\n");
QString atom1Namespace()
namespace used by Atom 1.0 elements
QString email() const
returns an e-mail address associated with the person.
QString debugInfo() const
description for debugging purposes
QString name() const
a human-readable name for the person.
Person()
creates a null person object
QString uri() const
A URI associated with the person (optional).
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:02:42 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.