Nepomuk
term.h
Go to the documentation of this file.
136 Optional
496 NEPOMUKQUERY_EXPORT ComparisonTerm operator<( const Types::Property& property, const Term& term );
512 NEPOMUKQUERY_EXPORT ComparisonTerm operator>( const Types::Property& property, const Term& term );
528 NEPOMUKQUERY_EXPORT ComparisonTerm operator<=( const Types::Property& property, const Term& term );
544 NEPOMUKQUERY_EXPORT ComparisonTerm operator>=( const Types::Property& property, const Term& term );
560 NEPOMUKQUERY_EXPORT ComparisonTerm operator==( const Types::Property& property, const Term& term );
Query operator||(const Query &query, const Term &term)
Logical or operator which combines term into the term of query to match either one.
uint qHash(const Nepomuk::Query::Query &)
Query operator!(const Query &query)
Logical negation operator which negates the meaning of a query.
QDebug operator<<(QDebug, const Nepomuk::Query::Term &)
Query operator&&(const Query &query, const Term &term)
Logical and operator which combines term into the term of query to match both.
A property is a resource of type rdf:Property which relates a domain with a range....
Definition: property.h:52
A term matching the value of a property.
Definition: comparisonterm.h:70
The Nepomuk Variant extends over QVariant by introducing direct support for Resource embedding,...
Definition: variant.h:65
Match resource that match at least one of the sub terms.
Definition: orterm.h:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.