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