Nepomuk
Nepomuk::Query::OrTerm Class Reference
Match resource that match at least one of the sub terms. More...
#include <Nepomuk/Query/OrTerm>
Inheritance diagram for Nepomuk::Query::OrTerm:

Public Member Functions | |
| OrTerm (const QList< Term > &terms) | |
| OrTerm (const Term &term1, const Term &term2, const Term &term3=Term(), const Term &term4=Term(), const Term &term5=Term(), const Term &term6=Term()) | |
| OrTerm (const OrTerm &term) | |
| OrTerm () | |
| ~OrTerm () | |
| OrTerm & | operator= (const OrTerm &term) |
Detailed Description
Match resource that match at least one of the sub terms.
This class - like AndTerm - is derived from GroupTerm which handles the sub terms.
- Since:
- 4.4
Definition at line 43 of file orterm.h.
Constructor & Destructor Documentation
| Nepomuk::Query::OrTerm::OrTerm | ( | ) |
Default constructor: creates an invalid or-term.
| Nepomuk::Query::OrTerm::OrTerm | ( | const OrTerm & | term | ) |
Copy constructor.
| Nepomuk::Query::OrTerm::OrTerm | ( | const Term & | term1, | |
| const Term & | term2, | |||
| const Term & | term3 = Term(), |
|||
| const Term & | term4 = Term(), |
|||
| const Term & | term5 = Term(), |
|||
| const Term & | term6 = Term() | |||
| ) |
Convinience constructor which allows to combine several terms in one line.
| Nepomuk::Query::OrTerm::~OrTerm | ( | ) |
Destructor.
Member Function Documentation
Assignment operator.
Reimplemented from Nepomuk::Query::Term.
The documentation for this class was generated from the following file:
KDE 4.5 API Reference