QOpcUaContentFilterElementResult Class

The OPC UA ContentFilterElementResult. More...

Header: #include <QOpcUaContentFilterElementResult>
CMake: find_package(Qt6 REQUIRED COMPONENTS OpcUa)
target_link_libraries(mytarget PRIVATE Qt6::OpcUa)
qmake: QT += opcua

Public Functions

QOpcUaContentFilterElementResult(const QOpcUaContentFilterElementResult &rhs)
QList<QOpcUa::UaStatusCode> operandStatusCodes() const
QList<QOpcUa::UaStatusCode> &operandStatusCodesRef()
void setOperandStatusCodes(const QList<QOpcUa::UaStatusCode> &operandStatusCodes)
void setStatusCode(QOpcUa::UaStatusCode statusCode)
QOpcUa::UaStatusCode statusCode() const
QOpcUaContentFilterElementResult &operator=(const QOpcUaContentFilterElementResult &rhs)

Detailed Description

QOpcUaContentFilterElementResult contains the status code for a filter element and all its operands.

Member Function Documentation

QOpcUaContentFilterElementResult::QOpcUaContentFilterElementResult(const QOpcUaContentFilterElementResult &rhs)

Constructs a content filter element result from rhs.

QList<QOpcUa::UaStatusCode> QOpcUaContentFilterElementResult::operandStatusCodes() const

Returns the status codes for all filter operands in the order that was used in the filter.

See also setOperandStatusCodes().

QList<QOpcUa::UaStatusCode> &QOpcUaContentFilterElementResult::operandStatusCodesRef()

Returns a reference to the operand status codes.

See also operandStatusCodes().

void QOpcUaContentFilterElementResult::setOperandStatusCodes(const QList<QOpcUa::UaStatusCode> &operandStatusCodes)

Sets the status codes for all filter operands to operandStatusCodes.

See also operandStatusCodes().

void QOpcUaContentFilterElementResult::setStatusCode(QOpcUa::UaStatusCode statusCode)

Sets the status code for the filter element to statusCode.

See also statusCode().

QOpcUa::UaStatusCode QOpcUaContentFilterElementResult::statusCode() const

Returns the status code for the filter element.

See also setStatusCode().

QOpcUaContentFilterElementResult &QOpcUaContentFilterElementResult::operator=(const QOpcUaContentFilterElementResult &rhs)

Sets the values from rhs in this content filter element result.

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