QOpcUaContentFilterElementResult Class

OPC UA ContentFilterElementResult。詳細...

ヘッダ #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 は、フィルター要素とそのすべてのオペランドのステータスコードを含んでいます。

メンバ関数のドキュメント

QOpcUaContentFilterElementResult::QOpcUaContentFilterElementResult()

デフォルトでは、パラメータが設定されていないコンテンツ・フィルタ要素の結果を構築します。

QOpcUaContentFilterElementResult::QOpcUaContentFilterElementResult(const QOpcUaContentFilterElementResult &rhs)

rhs からコンテンツフィルター要素の結果を構築します。

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

フィルタで使用された順序で、すべてのフィルタ・オペランドのステータス・コードを返す。

setOperandStatusCodes()も参照ください

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

オペランド・ステータス・コードへの参照を返します。

operandStatusCodes()も参照

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

すべてのフィルター・オペランドのステータス・コードをoperandStatusCodes に設定する。

operandStatusCodes()も参照のこと

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

フィルター要素のステータスコードをstatusCode に設定する。

statusCode()も参照

QOpcUa::UaStatusCode QOpcUaContentFilterElementResult::statusCode() const

フィルター要素のステータスコードを返します。

setStatusCode()も参照

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

このコンテンツフィルター要素の結果にrhs の値を設定します。

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