ViewportNode Class
(Qt3DRender::Render::ViewportNode)Inherits: | FrameGraphNode |
Public Functions
ViewportNode() | |
QColor | clearColor() const |
void | sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) |
void | setXMax(float xMax) |
void | setXMin(float xMin) |
void | setYMax(float yMax) |
void | setYMin(float yMin) |
void | updateFromPeer(Qt3DCore::QNode *peer) |
float | xMax() const |
float | xMin() const |
float | yMax() const |
float | yMin() const |
- 14 public functions inherited from Qt3DRender::Render::FrameGraphNode
- 5 public functions inherited from Qt3DCore::QBackendNode
Additional Inherited Members
- 3 protected functions inherited from Qt3DCore::QBackendNode
Member Function Documentation
ViewportNode::ViewportNode()
Default constructs an instance of ViewportNode.
QColor ViewportNode::clearColor() const
void ViewportNode::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
void ViewportNode::setXMax(float xMax)
See also xMax().
void ViewportNode::setXMin(float xMin)
See also xMin().
void ViewportNode::setYMax(float yMax)
See also yMax().
void ViewportNode::setYMin(float yMin)
See also yMin().
void ViewportNode::updateFromPeer(Qt3DCore::QNode *peer)
float ViewportNode::xMax() const
See also setXMax().
float ViewportNode::xMin() const
See also setXMin().
float ViewportNode::yMax() const
See also setYMax().
float ViewportNode::yMin() const
See also setYMin().