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 );
587 template<> Nepomuk::Query::TermPrivate* QSharedDataPointer<Nepomuk::Query::TermPrivate>::clone();
Query operator!(const Query &query)
Logical negation operator which negates the meaning of a query.
A term matching the value of a property.
Definition: comparisonterm.h:70
QDebug operator<<(QDebug, const Nepomuk::Query::Term &)
Match resource that match at least one of the sub terms.
Definition: orterm.h:43
A property is a resource of type rdf:Property which relates a domain with a range.
Definition: property.h:52
The Nepomuk Variant extends over QVariant by introducing direct support for Resource embedding...
Definition: variant.h:65
A negation term inverts the meaning of its sub term.
Definition: term.h:127
Query operator&&(const Query &query, const Term &term)
Logical and operator which combines term into the term of query to match both.
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 &)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.