Syndication
8 #ifndef SYNDICATION_RDF_RSSVOCAB_H
9 #define SYNDICATION_RDF_RSSVOCAB_H
11 #include <QSharedPointer>
12 #include <QStringList>
14 #include "../syndication_export.h"
37 class SYNDICATION_EXPORT RSSVocab
48 static RSSVocab *
self();
54 const QString &namespaceURI()
const;
60 PropertyPtr title()
const;
66 PropertyPtr description()
const;
72 PropertyPtr
link()
const;
78 PropertyPtr
name()
const;
84 PropertyPtr url()
const;
90 ResourcePtr channel()
const;
96 ResourcePtr item()
const;
102 PropertyPtr items()
const;
108 PropertyPtr image()
const;
114 PropertyPtr textinput()
const;
117 SYNDICATION_NO_EXPORT RSSVocab();
118 Q_DISABLE_COPY(RSSVocab)
119 class RSSVocabPrivate;
120 std::unique_ptr<RSSVocabPrivate>
const d;
130 class SYNDICATION_EXPORT RSS09Vocab
141 static RSS09Vocab *
self();
147 const QString &namespaceURI()
const;
153 PropertyPtr title()
const;
159 PropertyPtr description()
const;
165 PropertyPtr
link()
const;
171 PropertyPtr
name()
const;
177 PropertyPtr url()
const;
183 ResourcePtr channel()
const;
189 ResourcePtr item()
const;
195 PropertyPtr image()
const;
201 PropertyPtr textinput()
const;
214 SYNDICATION_NO_EXPORT RSS09Vocab();
215 Q_DISABLE_COPY(RSS09Vocab)
216 class RSS09VocabPrivate;
217 std::unique_ptr<RSS09VocabPrivate>
const d;
223 #endif // SYNDICATION_RDF_RSSVOCAB_H
KIOCORE_EXPORT CopyJob * link(const QList< QUrl > &src, const QUrl &destDir, JobFlags flags=DefaultFlags)
QString name(StandardShortcut id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 03:56:27 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.