Syndication
statement.cpp
33 return subjectID == other.subjectID && predicateID == other.predicateID && objectID == other.objectID;
85 const QSharedPointer<Model::ModelPrivate> m = d ? d->model.toStrongRef() : QSharedPointer<Model::ModelPrivate>();
91 const QSharedPointer<Model::ModelPrivate> m = d ? d->model.toStrongRef() : QSharedPointer<Model::ModelPrivate>();
97 const QSharedPointer<Model::ModelPrivate> m = d ? d->model.toStrongRef() : QSharedPointer<Model::ModelPrivate>();
103 const QSharedPointer<Model::ModelPrivate> m = d ? d->model.toStrongRef() : QSharedPointer<Model::ModelPrivate>();
118 const QSharedPointer<Model::ModelPrivate> m = d ? d->model.toStrongRef() : QSharedPointer<Model::ModelPrivate>();
a property is node type that represents properties of things, like "name" is a property of a person,...
Definition property.h:32
An RDF statement, consisting of a triple (subject, predicate, object).
Definition statement.h:29
virtual QString asString() const
returns the object of this statement as string, if possible.
Definition statement.cpp:112
virtual bool isNull() const
returns whether this statement is a null statement (i.e.
Definition statement.cpp:78
virtual ResourcePtr asResource() const
returns the object of this statement as resource, if possible.
Definition statement.cpp:101
virtual bool operator==(const Statement &other) const
returns whether two statements are equal.
Definition statement.cpp:69
KIOCORE_EXPORT bool operator==(const UDSEntry &entry, const UDSEntry &other)
Syndication's parser for the RDF-based RSS 0.9 and RSS 1.0 formats.
Definition documentvisitor.h:24
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.