QPolygonOffset Class

(Qt3D::QPolygonOffset)
Inherits: QRenderState

Properties

Public Functions

QPolygonOffset(QNode * parent = Q_NULLPTR)
~QPolygonOffset()
float factor() const
void setFactor(float factor)
void setUnits(float units)
float units() const

Signals

void factorChanged(float newFactor)
void unitsChanged(float newUnits)

Protected Functions

void copy(const QNode * ref)

Property Documentation

factor : float

Access functions:

float factor() const
void setFactor(float factor)

Notifier signal:

void factorChanged(float newFactor)

units : float

Access functions:

float units() const
void setUnits(float units)

Notifier signal:

void unitsChanged(float newUnits)

Member Function Documentation

QPolygonOffset::QPolygonOffset(QNode * parent = Q_NULLPTR)

QPolygonOffset::~QPolygonOffset()

[protected] void QPolygonOffset::copy(const QNode * ref)

© 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.