- class QRenderSettings¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
renderPolicy()
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 RenderPolicy¶
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property activeFrameGraphᅟ: QFrameGraphNode¶
- Access functions:
- property pickingSettingsᅟ: QPickingSettings¶
- Access functions:
- property renderCapabilitiesᅟ: QRenderCapabilities¶
- Access functions:
- property renderPolicyᅟ: Qt3DRender.QRenderSettings.RenderPolicy¶
- Access functions:
- __init__([parent=None])¶
- Parameters:
parent –
QNode
- activeFrameGraph()¶
- Return type:
QFrameGraphNode
Getter of property
activeFrameGraphᅟ
.- activeFrameGraphChanged(activeFrameGraph)¶
- Parameters:
activeFrameGraph –
QFrameGraphNode
Notification signal of property
activeFrameGraphᅟ
.- pickingSettings()¶
- Return type:
QPickingSettings
Getter of property
pickingSettingsᅟ
.- renderCapabilities()¶
- Return type:
QRenderCapabilities
Getter of property
renderCapabilitiesᅟ
.- renderPolicy()¶
- Return type:
RenderPolicy
Getter of property
renderPolicyᅟ
.- renderPolicyChanged(renderPolicy)¶
- Parameters:
renderPolicy –
RenderPolicy
Notification signal of property
renderPolicyᅟ
.- setActiveFrameGraph(activeFrameGraph)¶
- Parameters:
activeFrameGraph –
QFrameGraphNode
Setter of property
activeFrameGraphᅟ
.- setRenderPolicy(renderPolicy)¶
- Parameters:
renderPolicy –
RenderPolicy
Setter of property
renderPolicyᅟ
.