Nepomuk-Core
orterm.cpp
Go to the documentation of this file.
28 QString Nepomuk2::Query::OrTermPrivate::toSparqlGraphPattern( const QString& resourceVarName, const TermPrivate* parentTerm, const QString &additionalFilters, QueryBuilderData *qbd ) const
40 return QLatin1String( "{ " ) + pattern.join( QLatin1String( "} UNION { ") ) + QLatin1String( "} . " );
Abstract base class for AndTerm and OrTerm which maintains a list of sub-terms.
Definition: groupterm.h:41
void setSubTerms(const QList< Term > &terms)
Set the sub terms that are combined in this group.
Definition: groupterm.cpp:101
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 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:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.