QIviScopeTerm Class
The QIviScopeTerm is the representation of a scope which can hold another term. More...
Header: | #include <QIviScopeTerm> |
qmake: | QT += ivicore |
Inherits: | QIviAbstractQueryTerm |
Public Functions
Reimplemented Public Functions
Detailed Description
Member Function Documentation
bool QIviScopeTerm::isNegated() const
Returns true
when this term is negated, otherwise false
QIviAbstractQueryTerm *QIviScopeTerm::term() const
Returns the term which is inside this scope.
This term can be a conjunction term if there are multiple terms inside.
[override virtual]
QString QIviScopeTerm::toString() const
Reimplements: QIviAbstractQueryTerm::toString() const.
[override virtual]
QIviAbstractQueryTerm::Type QIviScopeTerm::type() const
Reimplements: QIviAbstractQueryTerm::type() const.