ViewportNode Class

(Qt3DRender::Render::ViewportNode)

Public Functions

ViewportNode()
float gamma() const
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
void setGamma(float gamma)
void setXMax(float xMax)
void setXMin(float xMin)
void setYMax(float yMax)
void setYMin(float yMin)
float xMax() const
float xMin() const
float yMax() const
float yMin() const

Additional Inherited Members

Member Function Documentation

ViewportNode::ViewportNode()

Default constructs an instance of ViewportNode.

float ViewportNode::gamma() const

See also setGamma().

void ViewportNode::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)

void ViewportNode::setGamma(float gamma)

See also gamma().

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().

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().