QOpcUaEventFilterResult Class

The OPCUA EventFilterResult. More...

Header: #include <QOpcUaEventFilterResult>
qmake: QT += opcua

Public Functions

QOpcUaEventFilterResult(const QOpcUaEventFilterResult &rhs)
QOpcUaEventFilterResult &operator=(const QOpcUaEventFilterResult &rhs)
bool isGood() const
QVector<QOpcUa::UaStatusCode> selectClauseResults() const
QVector<QOpcUa::UaStatusCode> &selectClauseResultsRef()
void setSelectClauseResults(const QVector<QOpcUa::UaStatusCode> &selectClausesResult)
void setWhereClauseResults(const QVector<QOpcUaContentFilterElementResult> &whereClausesResult)
QVector<QOpcUaContentFilterElementResult> whereClauseResults() const
QVector<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.

QVector<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().

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

Returns a reference to the select clause results.

See also selectClauseResults().

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

Sets the select clause results to selectClausesResult.

See also selectClauseResults().

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

Sets the where clause results to whereClausesResult.

See also whereClauseResults().

QVector<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().

QVector<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.