syndication/atom
26#include <QtXml/QDomElement>
27#include <QtCore/QString>
29namespace Syndication {
42 return attribute(QLatin1String(
"term"));
50 return attribute(QLatin1String(
"scheme"));
55 return attribute(QLatin1String(
"label"));
61 info += QLatin1String(
"### Category: ###################\n");
62 info += QLatin1String(
"term: #") +
term() + QLatin1String(
"#\n");
64 info += QLatin1String(
"scheme: #") +
scheme() + QLatin1String(
"#\n");
65 if (!
label().isEmpty())
66 info += QLatin1String(
"label: #") +
label() + QLatin1String(
"#\n");
67 info += QLatin1String(
"### Category end ################\n");
Category()
creates a null category object.
QString term() const
a term describing the category.
QString scheme() const
naming scheme the category term is part of.
QString label() const
Label of the category (optional).
QString debugInfo() const
description of this category object for debugging purposes
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.