QIfConjunctionTerm 类

QIfConjunctionTerm 是两个查询项之间合取的表示。 更多信息...

头文件 #include <QIfConjunctionTerm>
qmakeQT += interfaceframework
继承 QIfAbstractQueryTerm

公共类型

枚举Conjunction { And, Or }

公共函数

QIfConjunctionTerm::Conjunctionconjunction() const
QList<QIfAbstractQueryTerm *>terms() const

重写公共函数

virtual QStringtoString() const override
virtual QIfAbstractQueryTerm::Typetype() const override

详细信息

成员类型文档

枚举 QIfConjunctionTerm::Conjunction

常量描述
QIfConjunctionTerm::And0AND 合取将过滤器组合在一起,只在所有提供的过滤器都为 true 时匹配。
QIfConjunctionTerm::Or1OR 合取将过滤器组合在一起,在提供的任一过滤器为 true 时匹配。

成员函数文档

QIfConjunctionTerm::Conjunction QIfConjunctionTerm::conjunction() const

返回合取的类型。

QList<QIfAbstractQueryTerm *> QIfConjunctionTerm::terms() const

返回组合在一起的项。

[override virtual] QString QIfConjunctionTerm::toString() const

重写: QIfAbstractQueryTerm::toString() const.

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

重写: QIfAbstractQueryTerm::type() const.

© 2024 The Qt Company Ltd。本文件中包含的文档贡献各有其各自的版权所有者。提供的文档在GNU自由文档许可证版本1.3的条款下获得许可,该许可证由自由软件基金会发布。Qt及其相应的标志是芬兰及/或全球其他国家的The Qt Company Ltd的商标。所有其他商标均为其各自所有者的财产。