The OPCUA EventFilterResult. More...
| Header: | #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) |
The EventFilterResult contains status codes for all elements of the select clauses and all elements of the where clause.
Default constructs an event filter result with no parameters set.
Constructs an event filter result from rhs.
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().
Sets the values from rhs in this event filter result.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qopcuaeventfilterresult.html