syndication/atom
24 #include "constants.h"
26 #include <QtXml/QDomElement>
27 #include <QtCore/QString>
29 namespace 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");
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
QString term() const
a term describing the category.
Category()
creates a null category object.
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.