syndication/rdf
22 #ifndef SYNDICATION_RDF_RSSVOCAB_H
23 #define SYNDICATION_RDF_RSSVOCAB_H
25 #include <syndication/ksyndication_export.h>
31 template <
class T>
class shared_ptr;
34 namespace Syndication {
40 typedef boost::shared_ptr<Property> PropertyPtr;
42 typedef boost::shared_ptr<Resource> ResourcePtr;
69 const QString& namespaceURI()
const;
75 PropertyPtr title()
const;
81 PropertyPtr description()
const;
87 PropertyPtr link()
const;
93 PropertyPtr name()
const;
99 PropertyPtr url()
const;
105 ResourcePtr channel()
const;
111 ResourcePtr item()
const;
117 PropertyPtr items()
const;
123 PropertyPtr image()
const;
129 PropertyPtr textinput()
const;
134 class RSSVocabPrivate;
135 RSSVocabPrivate *
const d;
163 const QString& namespaceURI()
const;
169 PropertyPtr title()
const;
175 PropertyPtr description()
const;
181 PropertyPtr link()
const;
187 PropertyPtr name()
const;
193 PropertyPtr url()
const;
199 ResourcePtr channel()
const;
205 ResourcePtr item()
const;
211 PropertyPtr image()
const;
217 PropertyPtr textinput()
const;
232 class RSS09VocabPrivate;
233 RSS09VocabPrivate *
const d;
239 #endif // SYNDICATION_RDF_RSSVOCAB_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.