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).
Atom parser and model classes, representing Atom 1.0 documents (Atom 0.3 documents are converted by t...
QString atom1Namespace()
namespace used by Atom 1.0 elements
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.