syndication/rss2
23 #include "textinput.h"
26 #include <QtCore/QString>
28 namespace Syndication {
42 return extractElementTextNS(QString(), QLatin1String(
"title") );
47 return extractElementTextNS(QString(), QLatin1String(
"name") );
52 return extractElementTextNS(QString(), QLatin1String(
"description") );
57 return extractElementTextNS(QString(), QLatin1String(
"link") );
64 info += QLatin1String(
"### TextInput: ###################\n");
65 if (!
title().isNull())
66 info += QLatin1String(
"title: #") +
title() + QLatin1String(
"#\n");
68 info += QLatin1String(
"link: #") +
link() + QLatin1String(
"#\n");
70 info += QLatin1String(
"description: #") +
description() + QLatin1String(
"#\n");
72 info += QLatin1String(
"name: #") +
name() + QLatin1String(
"#\n");
73 info += QLatin1String(
"### TextInput end ################\n");
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:36 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.