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 label() const
Label of the category (optional).
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 debugInfo() const
description of this category object for debugging purposes
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Apr 5 2019 15:20:23 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.