QOpcUaEventFilterResult Class

The OPCUA EventFilterResult. More...

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

Public Functions

QOpcUaEventFilterResult(const QOpcUaEventFilterResult &rhs)
QOpcUaEventFilterResult &operator=(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()

Detailed Description

The EventFilterResult contains status codes for all elements of the select clauses and all elements of the where clause.

Member Function Documentation

QOpcUaEventFilterResult::QOpcUaEventFilterResult(const QOpcUaEventFilterResult &rhs)

Constructs an event filter result from rhs.

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

Sets the values from rhs in this event filter result.

bool QOpcUaEventFilterResult::isGood() const

Returns true if this event filter result is good.

QList<QOpcUa::UaStatusCode> QOpcUaEventFilterResult::selectClauseResults() const

Returns the status codes for all elements of the select clauses in the order that was used in the filter.

See also setSelectClauseResults().

QList<QOpcUa::UaStatusCode> &QOpcUaEventFilterResult::selectClauseResultsRef()

Returns a reference to the select clause results.

See also selectClauseResults().

void QOpcUaEventFilterResult::setSelectClauseResults(const QList<QOpcUa::UaStatusCode> &selectClausesResult)

Sets the select clause results to selectClausesResult.

See also selectClauseResults().

void QOpcUaEventFilterResult::setWhereClauseResults(const QList<QOpcUaContentFilterElementResult> &whereClausesResult)

Sets the where clause results to whereClausesResult.

See also whereClauseResults().

QList<QOpcUaContentFilterElementResult> QOpcUaEventFilterResult::whereClauseResults() const

Returns the status codes for all elements of the where clause in the order that was used in the filter.

See also setWhereClauseResults().

QList<QOpcUaContentFilterElementResult> &QOpcUaEventFilterResult::whereClauseResultsRef()

Returns a reference to the where clause results.

See also whereClauseResults().

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