ViewportNode Class
(Qt3D::Render::ViewportNode)| Inherits: | FrameGraphNode |
Public Functions
| ViewportNode() | |
| QColor | clearColor() const |
| void | sceneChangeEvent(const QSceneChangePtr & e) |
| void | setXMax(float xMax) |
| void | setXMin(float xMin) |
| void | setYMax(float yMax) |
| void | setYMin(float yMin) |
| void | updateFromPeer(QNode * peer) |
| float | xMax() const |
| float | xMin() const |
| float | yMax() const |
| float | yMin() const |
- 13 public functions inherited from Qt3D::Render::FrameGraphNode
Member Function Documentation
ViewportNode::ViewportNode()
QColor ViewportNode::clearColor() const
void ViewportNode::sceneChangeEvent(const 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(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().
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.