- class QDispatchCompute¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
workGroupX()
def
workGroupY()
def
workGroupZ()
Slots¶
def
setWorkGroupX()
def
setWorkGroupY()
def
setWorkGroupZ()
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¶
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property workGroupXᅟ: int¶
- Access functions:
- property workGroupYᅟ: int¶
- Access functions:
- property workGroupZᅟ: int¶
- Access functions:
- __init__([parent=None])¶
- Parameters:
parent –
QNode
- setWorkGroupX(workGroupX)¶
- Parameters:
workGroupX – int
Setter of property
workGroupXᅟ
.- setWorkGroupY(workGroupY)¶
- Parameters:
workGroupY – int
Setter of property
workGroupYᅟ
.- setWorkGroupZ(workGroupZ)¶
- Parameters:
workGroupZ – int
Setter of property
workGroupZᅟ
.- workGroupX()¶
- Return type:
int
Getter of property
workGroupXᅟ
.- workGroupXChanged()¶
Notification signal of property
workGroupXᅟ
.- workGroupY()¶
- Return type:
int
Getter of property
workGroupYᅟ
.- workGroupYChanged()¶
Notification signal of property
workGroupYᅟ
.- workGroupZ()¶
- Return type:
int
Getter of property
workGroupZᅟ
.- workGroupZChanged()¶
Notification signal of property
workGroupZᅟ
.