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

bool isNegated() const
QIviAbstractQueryTerm *term() const

Reimplemented Public Functions

virtual QString toString() const override
virtual QIviAbstractQueryTerm::Type type() const override

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.

© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.