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
|
| QOpcUaContentFilterElementResult() | |
| 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) |
QOpcUaContentFilterElementResult contains the status code for a filter element and all its operands.
Default constructs a content filter element result with no parameters set.
Constructs a content filter element result from rhs.
Returns the status codes for all filter operands in the order that was used in the filter.
See also setOperandStatusCodes().
Returns a reference to the operand status codes.
See also operandStatusCodes().
Sets the status codes for all filter operands to operandStatusCodes.
See also operandStatusCodes().
Sets the status code for the filter element to statusCode.
See also statusCode().
Returns the status code for the filter element.
See also setStatusCode().
Sets the values from rhs in this content filter element result.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qopcuacontentfilterelementresult.html