Syndication
8 #ifndef SYNDICATION_RDF_RSSVOCAB_H
9 #define SYNDICATION_RDF_RSSVOCAB_H
11 #include <QSharedPointer>
12 #include <QStringList>
14 #include <syndication_export.h>
35 class SYNDICATION_EXPORT RSSVocab
46 static RSSVocab *
self();
52 const QString &namespaceURI()
const;
58 PropertyPtr title()
const;
64 PropertyPtr description()
const;
70 PropertyPtr
link()
const;
76 PropertyPtr
name()
const;
82 PropertyPtr url()
const;
88 ResourcePtr channel()
const;
94 ResourcePtr item()
const;
100 PropertyPtr items()
const;
106 PropertyPtr image()
const;
112 PropertyPtr textinput()
const;
115 SYNDICATION_NO_EXPORT RSSVocab();
116 Q_DISABLE_COPY(RSSVocab)
117 class RSSVocabPrivate;
118 RSSVocabPrivate *
const d;
128 class SYNDICATION_EXPORT RSS09Vocab
139 static RSS09Vocab *
self();
145 const QString &namespaceURI()
const;
151 PropertyPtr title()
const;
157 PropertyPtr description()
const;
163 PropertyPtr
link()
const;
169 PropertyPtr
name()
const;
175 PropertyPtr url()
const;
181 ResourcePtr channel()
const;
187 ResourcePtr item()
const;
193 PropertyPtr image()
const;
199 PropertyPtr textinput()
const;
212 SYNDICATION_NO_EXPORT RSS09Vocab();
213 Q_DISABLE_COPY(RSS09Vocab)
214 class RSS09VocabPrivate;
215 RSS09VocabPrivate *
const d;
221 #endif // SYNDICATION_RDF_RSSVOCAB_H
KIOCORE_EXPORT CopyJob * link(const QList< QUrl > &src, const QUrl &destDir, JobFlags flags=DefaultFlags)
const char * name(StandardAction id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 03:51:26 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.