QOpcUaEventFilterResult Class
OPCUA EventFilterResult。詳細...
ヘッダ | #include <QOpcUaEventFilterResult> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS OpcUa) target_link_libraries(mytarget PRIVATE Qt6::OpcUa) |
qmake: | QT += opcua |
パブリック関数
QOpcUaEventFilterResult() | |
QOpcUaEventFilterResult(const QOpcUaEventFilterResult &rhs) | |
bool | isGood() const |
QList<QOpcUa::UaStatusCode> | selectClauseResults() const |
QList<QOpcUa::UaStatusCode> & | selectClauseResultsRef() |
void | setSelectClauseResults(const QList<QOpcUa::UaStatusCode> &selectClausesResult) |
void | setWhereClauseResults(const QList<QOpcUaContentFilterElementResult> &whereClausesResult) |
QList<QOpcUaContentFilterElementResult> | whereClauseResults() const |
QList<QOpcUaContentFilterElementResult> & | whereClauseResultsRef() |
QOpcUaEventFilterResult & | operator=(const QOpcUaEventFilterResult &rhs) |
メンバ関数のドキュメント
QOpcUaEventFilterResult::QOpcUaEventFilterResult()
デフォルトは、パラメータを設定せずにイベント・フィルタの結果を構築します。
QOpcUaEventFilterResult::QOpcUaEventFilterResult(const QOpcUaEventFilterResult &rhs)
rhs からイベントフィルターの結果を構築する。
bool QOpcUaEventFilterResult::isGood() const
このイベントフィルターの結果が良好であればtrue
を返す。
QList<QOpcUa::UaStatusCode> QOpcUaEventFilterResult::selectClauseResults() const
select
節の全要素のステータスコードを、フィルタで使用された順番で返します。
setSelectClauseResults()も参照 。
QList<QOpcUa::UaStatusCode> &QOpcUaEventFilterResult::selectClauseResultsRef()
select
節の結果への参照を返す。
selectClauseResults()も参照のこと 。
void QOpcUaEventFilterResult::setSelectClauseResults(const QList<QOpcUa::UaStatusCode> &selectClausesResult)
select
節の結果をselectClausesResult に設定する。
selectClauseResults()も参照のこと 。
void QOpcUaEventFilterResult::setWhereClauseResults(const QList<QOpcUaContentFilterElementResult> &whereClausesResult)
where
節の結果をwhereClausesResult に設定する。
whereClauseResults()も参照のこと 。
QList<QOpcUaContentFilterElementResult> QOpcUaEventFilterResult::whereClauseResults() const
where
節の全要素のステータスコードを、フィルタで使用された順番で返す。
setWhereClauseResults()も参照 。
QList<QOpcUaContentFilterElementResult> &QOpcUaEventFilterResult::whereClauseResultsRef()
where
節の結果への参照を返す。
whereClauseResults()も参照のこと 。
QOpcUaEventFilterResult &QOpcUaEventFilterResult::operator=(const QOpcUaEventFilterResult &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.