class QWaitFence

Inheritance diagram of PySide6.Qt3DRender.Qt3DRender.QWaitFence

Synopsis

Properties

Methods

Signals

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

class HandleType

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property handleᅟ: object
Access functions:
property handleTypeᅟ: Qt3DRender.QWaitFence.HandleType
Access functions:
property timeoutᅟ: int
Access functions:
property waitOnCPUᅟ: bool
Access functions:
__init__([parent=None])
Parameters:

parentQNode

handle()
Return type:

object

Getter of property handleᅟ .

handleChanged(handle)
Parameters:

handle – object

Notification signal of property handleᅟ .

handleType()
Return type:

HandleType

Getter of property handleTypeᅟ .

handleTypeChanged(handleType)
Parameters:

handleTypeHandleType

Notification signal of property handleTypeᅟ .

setHandle(handle)
Parameters:

handle – object

Setter of property handleᅟ .

setHandleType(type)
Parameters:

typeHandleType

Setter of property handleTypeᅟ .

setTimeout(timeout)
Parameters:

timeout – int

Setter of property timeoutᅟ .

setWaitOnCPU(waitOnCPU)
Parameters:

waitOnCPU – bool

Setter of property waitOnCPUᅟ .

timeout()
Return type:

int

Getter of property timeoutᅟ .

timeoutChanged(timeoutChanged)
Parameters:

timeoutChanged – int

Notification signal of property timeoutᅟ .

waitOnCPU()
Return type:

bool

Getter of property waitOnCPUᅟ .

waitOnCPUChanged(waitOnCPU)
Parameters:

waitOnCPU – bool

Notification signal of property waitOnCPUᅟ .