class QClearBuffers

Inheritance diagram of PySide6.Qt3DRender.Qt3DRender.QClearBuffers

Synopsis

Properties

Methods

Slots

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:
property clearColorᅟ: QColor
Access functions:
property clearDepthValueᅟ: float
Access functions:
property clearStencilValueᅟ: int
Access functions:
property colorBufferᅟ: QRenderTargetOutput
Access functions:
__init__([parent=None])
Parameters:

parentQNode

buffers()
Return type:

BufferType

Getter of property buffersᅟ .

buffersChanged(buffers)
Parameters:

buffersBufferType

Notification signal of property buffersᅟ .

clearColor()
Return type:

QColor

Getter of property clearColorᅟ .

clearColorChanged(color)
Parameters:

colorQColor

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:

bufferQRenderTargetOutput

Notification signal of property colorBufferᅟ .

setBuffers(buffers)
Parameters:

buffersBufferType

Setter of property buffersᅟ .

setClearColor(color)
Parameters:

colorQColor

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:

bufferQRenderTargetOutput

Setter of property colorBufferᅟ .