Qt3DRender::QLineWidth Class
class Qt3DRender::QLineWidthラスタライズされた線の幅を指定する。詳細...
| ヘッダ: | #include <QLineWidth> |
| CMakeの | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender) |
| qmake | QT += 3drender |
| QML で | LineWidth |
| を継承しています: | Qt3DRender::QRenderState |
| ステータス | 非推奨 |
プロパティ
パブリック機能
パブリックスロット
シグナル
| void | smoothChanged(bool enabled) |
| void | valueChanged(float value) |
プロパティの説明
smooth : bool
このプロパティは、スムーズ・ライン・レンダリングが有効かどうかを保持する。
有効な場合、線スムージングはアンチエイリアス線レンダリングを提供します。デフォルト値はfalse です。
アクセス関数:
| bool | smooth() const |
| void | setSmooth(bool enabled) |
通知シグナル:
| void | smoothChanged(bool enabled) |
value : float
使用する幅の値を指定する。
アクセス関数:
| float | value() const |
| void | setValue(float value) |
通知シグナル:
| void | valueChanged(float value) |
© 2026 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.