QOpcUaEventFilterResult#
The OPCUA EventFilterResult. More…
Synopsis#
Functions#
def
isGood()def
selectClauseResults()def
selectClauseResultsRef()def
setSelectClauseResults(selectClausesResult)def
setWhereClauseResults(whereClauseResult)def
whereClauseResults()def
whereClauseResultsRef()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
The EventFilterResult contains status codes for all elements of the select clauses and all elements of the where clause.
- class PySide6.QtOpcUa.QOpcUaEventFilterResult#
 PySide6.QtOpcUa.QOpcUaEventFilterResult(arg__1)
- Parameters:
 
Constructs an event filter result from rhs.
- PySide6.QtOpcUa.QOpcUaEventFilterResult.isGood()#
 - Return type:
 bool
Returns true if this event filter result is good.
- PySide6.QtOpcUa.QOpcUaEventFilterResult.selectClauseResults()#
 
Returns the status codes for all elements of the select clauses in the order that was used in the filter.
See also
- PySide6.QtOpcUa.QOpcUaEventFilterResult.selectClauseResultsRef()#
 
Returns a reference to the select clause results.
See also
- PySide6.QtOpcUa.QOpcUaEventFilterResult.setSelectClauseResults(selectClausesResult)#
 - Parameters:
 selectClausesResult –
Sets the select clause results to selectClausesResult.
See also
- PySide6.QtOpcUa.QOpcUaEventFilterResult.setWhereClauseResults(whereClauseResult)#
 - Parameters:
 whereClauseResult –
Sets the where clause results to whereClausesResult.
See also
- PySide6.QtOpcUa.QOpcUaEventFilterResult.whereClauseResults()#
 
Returns the status codes for all elements of the where clause in the order that was used in the filter.
See also
- PySide6.QtOpcUa.QOpcUaEventFilterResult.whereClauseResultsRef()#
 
Returns a reference to the where clause results.
See also