Specifies the width of rasterized lines. 更多...
头: | #include <QLineWidth> |
qmake: | QT += 3drender |
Since: | Qt 5.10 |
实例化: | LineWidth |
继承: | Qt3DRender::QRenderState |
QLineWidth (Qt3DCore::QNode * parent = nullptr) | |
virtual | ~QLineWidth () |
bool | smooth () const |
float | value () const |
void | setSmooth (bool enabled ) |
void | setValue (float value ) |
void | smoothChanged (bool enabled ) |
void | valueChanged (float value ) |
const QMetaObject | staticMetaObject |
Specifies the width of rasterized lines.
访问函数:
bool | smooth () const |
void | setSmooth (bool enabled ) |
通知程序信号:
void | smoothChanged (bool enabled ) |
Specifies the width value to be used.
访问函数:
float | value () const |
void | setValue (float value ) |
通知程序信号:
void | valueChanged (float value ) |
Default constructs an instance of QLineWidth.
[虚拟]
QLineWidth::
~QLineWidth
()
Destroys the instance of QLineWidth. The destructor is virtual.