syndication/atom
26#include <QtCore/QString>
28namespace 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 name() const
a human-readable name for the person.
QString debugInfo() const
description for debugging purposes
QString email() const
returns an e-mail address associated with the person.
Person()
creates a null person object
QString uri() const
A URI associated with the person (optional).
QString atom1Namespace()
namespace used by Atom 1.0 elements
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.