syndication/rdf
22 #ifndef SYNDICATION_RDF_SEQUENCE_H
23 #define SYNDICATION_RDF_SEQUENCE_H
25 #include <syndication/ksyndication_export.h>
26 #include <syndication/rdf/resource.h>
28 #include <boost/shared_ptr.hpp>
30 template <
class T>
class QList;
32 namespace Syndication {
37 typedef boost::shared_ptr<Sequence> SequencePtr;
58 explicit Sequence(
const QString& uri);
85 virtual void accept(
NodeVisitor* visitor, NodePtr ptr);
97 virtual void append(NodePtr node);
103 virtual QList<NodePtr> items()
const;
108 virtual bool isSequence()
const;
112 class SequencePrivate;
113 boost::shared_ptr<SequencePrivate> d;
119 #endif // SYNDICATION_RDF_SEQUENCE_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:28 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.