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.
QDBusArgument & operator<<(QDBusArgument &arg, const QUrl &url)
A term matching the value of a property.
Definition: comparisonterm.h:70
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-2018 The KDE developers.
Generated on Fri Jun 15 2018 09:22:43 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Jun 15 2018 09:22:43 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.