QRenderSettings Class
(Qt3DRender::QRenderSettings)Inherits: | Qt3DCore::QComponent |
Public Types
enum | RenderPolicy { OnDemand, Always } |
Properties
- activeFrameGraph : Qt3DRender::QFrameGraphNode *
- pickingSettings : QPickingSettings * const
- renderPolicy : RenderPolicy
- 1 property inherited from Qt3DCore::QComponent
- 2 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
QRenderSettings(Qt3DCore::QNode *parent = nullptr) | |
~QRenderSettings() | |
QFrameGraphNode * | activeFrameGraph() const |
QPickingSettings * | pickingSettings() |
RenderPolicy | renderPolicy() const |
- 2 public functions inherited from Qt3DCore::QComponent
- 6 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Public Slots
void | setActiveFrameGraph(QFrameGraphNode *activeFrameGraph) |
void | setRenderPolicy(RenderPolicy renderPolicy) |
- 1 public slot inherited from Qt3DCore::QComponent
- 2 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | activeFrameGraphChanged(QFrameGraphNode *activeFrameGraph) |
void | renderPolicyChanged(RenderPolicy renderPolicy) |
- 1 signal inherited from Qt3DCore::QComponent
- 3 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
Protected Functions
QRenderSettings(QRenderSettingsPrivate &dd, Qt3DCore::QNode *parent = nullptr) |
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected variables inherited from QObject
Property Documentation
activeFrameGraph : Qt3DRender::QFrameGraphNode *
Access functions:
QFrameGraphNode * | activeFrameGraph() const |
void | setActiveFrameGraph(QFrameGraphNode *activeFrameGraph) |
Notifier signal:
void | activeFrameGraphChanged(QFrameGraphNode *activeFrameGraph) |
pickingSettings : QPickingSettings * const
Access functions:
QPickingSettings * | pickingSettings() |
renderPolicy : RenderPolicy
Access functions:
RenderPolicy | renderPolicy() const |
void | setRenderPolicy(RenderPolicy renderPolicy) |
Notifier signal:
void | renderPolicyChanged(RenderPolicy renderPolicy) |
Member Function Documentation
QRenderSettings::QRenderSettings(Qt3DCore::QNode *parent = nullptr)
Default constructs an instance of QRenderSettings.
[protected]
QRenderSettings::QRenderSettings(QRenderSettingsPrivate &dd, Qt3DCore::QNode *parent = nullptr)
Copy constructor.
QRenderSettings::~QRenderSettings()
Destroys the instance of QRenderSettings.