- class QClearBuffers¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
buffers()
def
clearColor()
def
colorBuffer()
Slots¶
def
setBuffers()
def
setClearColor()
def
setColorBuffer()
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 BufferType¶
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property buffersᅟ: Qt3DRender.QClearBuffers.BufferType¶
- Access functions:
- Access functions:
- property clearDepthValueᅟ: float¶
- Access functions:
- property clearStencilValueᅟ: int¶
- Access functions:
- property colorBufferᅟ: QRenderTargetOutput¶
- Access functions:
- __init__([parent=None])¶
- Parameters:
parent –
QNode
- buffers()¶
- Return type:
BufferType
Getter of property
buffersᅟ
.- buffersChanged(buffers)¶
- Parameters:
buffers –
BufferType
Notification signal of property
buffersᅟ
.Getter of property
clearColorᅟ
.Notification signal of property
clearColorᅟ
.- clearDepthValue()¶
- Return type:
float
Getter of property
clearDepthValueᅟ
.- clearDepthValueChanged(clearDepthValue)¶
- Parameters:
clearDepthValue – float
Notification signal of property
clearDepthValueᅟ
.- clearStencilValue()¶
- Return type:
int
Getter of property
clearStencilValueᅟ
.- clearStencilValueChanged(clearStencilValue)¶
- Parameters:
clearStencilValue – int
Notification signal of property
clearStencilValueᅟ
.- colorBuffer()¶
- Return type:
QRenderTargetOutput
Getter of property
colorBufferᅟ
.- colorBufferChanged(buffer)¶
- Parameters:
buffer –
QRenderTargetOutput
Notification signal of property
colorBufferᅟ
.- setBuffers(buffers)¶
- Parameters:
buffers –
BufferType
Setter of property
buffersᅟ
.Setter of property
clearColorᅟ
.- setClearDepthValue(clearDepthValue)¶
- Parameters:
clearDepthValue – float
Setter of property
clearDepthValueᅟ
.- setClearStencilValue(clearStencilValue)¶
- Parameters:
clearStencilValue – int
Setter of property
clearStencilValueᅟ
.- setColorBuffer(buffer)¶
- Parameters:
buffer –
QRenderTargetOutput
Setter of property
colorBufferᅟ
.