Nepomuk
query.h
Go to the documentation of this file.
237 NoQueryFlags = 0x0,
245 NoResultRestrictions = 0x1,
253 WithoutFullTextExcerpt = 0x2
373 NoFlags = 0x0,
380 CreateCountQuery = 0x1,
387 HandleInverseProperties = 0x2,
395 CreateAskQuery = 0x4
Query operator!(const Query &query)
Logical negation operator which negates the meaning of a query.
QHash< QString, Nepomuk::Types::Property > RequestPropertyMap
Convinience definition for request property mappings as used in QueryServiceClient::sparqlQuery() and...
Definition: query.h:41
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
QDebug operator<<(QDebug, const Nepomuk::Query::Query &)
A Nepomuk desktop query specialized for file searches.
Definition: filequery.h:44
SparqlFlag
Aditional flags modifying the behaviour of toSparqlQuery() and toSearchUrl().
Definition: query.h:369
Query operator||(const Query &query, const Term &term)
Logical or operator which combines term into the term of query to match either one.
A request property can be added to a Query to retrieve additional information about the results...
Definition: query.h:288
uint qHash(const Nepomuk::Query::Query &)
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Sat Sep 30 2017 14:33:35 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Sat Sep 30 2017 14:33:35 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.