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-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.