syndication/rdf
statement.cpp
57 Statement::Statement() : d(new StatementPrivate)
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>();
An RDF statement, consisting of a triple (subject, predicate, object).
Definition: statement.h:43
a property is node type that represents properties of things, like "name" is a property of a person...
Definition: property.h:45
virtual bool isNull() const
returns whether this statement is a null statement (i.e.
Definition: statement.cpp:96
virtual QString asString() const
returns the object of this statement as string, if possible.
Definition: statement.cpp:129
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-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
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.