The OPCUA EventFilterResult. More...
Header: | #include <QOpcUaEventFilterResult> |
qmake: | QT += opcua |
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() |
The EventFilterResult contains status codes for all elements of the select
clauses and all elements of the where
clause.
Constructs an event filter result from rhs.
Sets the values from rhs in this event filter result.
Returns true
if this event filter result is good.
Returns the status codes for all elements of the select
clauses in the order that was used in the filter.
See also setSelectClauseResults().
Returns a reference to the select
clause results.
See also selectClauseResults().
Sets the select
clause results to selectClausesResult.
See also selectClauseResults().
Sets the where
clause results to whereClausesResult.
See also whereClauseResults().
Returns the status codes for all elements of the where
clause in the order that was used in the filter.
See also setWhereClauseResults().
Returns a reference to the where
clause results.
See also whereClauseResults().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qopcuaeventfilterresult.html