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;
34namespace Syndication {
40typedef boost::shared_ptr<Property> PropertyPtr;
42typedef 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;
222 QStringList properties()
const;
227 QStringList classes()
const;
232 class RSS09VocabPrivate;
233 RSS09VocabPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.