Specifies the width of rasterized lines. 更多...
头: | #include <QLineWidth> |
qmake: | QT += 3drender |
Since: | Qt 5.10 |
实例化: | LineWidth |
继承: | Qt3DRender::QRenderState |
该类在 Qt 5.10 引入。
bool | smooth () const |
float | value () const |
void | setSmooth (bool enabled ) |
void | setValue (float value ) |
void | smoothChanged (bool enabled ) |
void | valueChanged (float value ) |
Specifies the width value to be used.
访问函数:
float | value () const |
void | setValue (float value ) |
通知程序信号:
void | valueChanged (float value ) |