QIfScopeTerm Class

The QIfScopeTerm is the representation of a scope which can hold another term. More...

Header: #include <QIfScopeTerm>
qmake: QT += interfaceframework
Inherits: QIfAbstractQueryTerm

Public Functions

bool isNegated() const
QIfAbstractQueryTerm *term() const

Reimplemented Public Functions

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

Detailed Description

Member Function Documentation

bool QIfScopeTerm::isNegated() const

Returns true when this term is negated, otherwise false

QIfAbstractQueryTerm *QIfScopeTerm::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 QIfScopeTerm::toString() const

Reimplements: QIfAbstractQueryTerm::toString() const.

[override virtual] QIfAbstractQueryTerm::Type QIfScopeTerm::type() const

Reimplements: QIfAbstractQueryTerm::type() const.

© 2023 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.