syndication/rdf
statement.cpp
103 const shared_ptr<Model::ModelPrivate> m = d ? d->model.lock() : shared_ptr<Model::ModelPrivate>();
109 const shared_ptr<Model::ModelPrivate> m = d ? d->model.lock() : shared_ptr<Model::ModelPrivate>();
115 const shared_ptr<Model::ModelPrivate> m = d ? d->model.lock() : shared_ptr<Model::ModelPrivate>();
121 const shared_ptr<Model::ModelPrivate> m = d ? d->model.lock() : shared_ptr<Model::ModelPrivate>();
134 const shared_ptr<Model::ModelPrivate> m = d ? d->model.lock() : shared_ptr<Model::ModelPrivate>();
a property is node type that represents properties of things, like "name" is a property of a person,...
Definition: property.h:46
An RDF statement, consisting of a triple (subject, predicate, object).
Definition: statement.h:44
virtual QString asString() const
returns the object of this statement as string, if possible.
Definition: statement.cpp:129
virtual bool isNull() const
returns whether this statement is a null statement (i.e.
Definition: statement.cpp:96
virtual ResourcePtr asResource() const
returns the object of this statement as resource, if possible.
Definition: statement.cpp:119
virtual bool operator==(const Statement &other) const
returns whether two statements are equal.
Definition: statement.cpp:88
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.