QLineWidth Class

class Qt3DRender::QLineWidth

Gibt die Breite von gerasterten Linien an. Mehr...

Kopfzeile: #include <QLineWidth>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
In QML: LineWidth
Vererbt: Qt3DRender::QRenderState
Status: Veraltet

Eigenschaften

Öffentliche Funktionen

bool smooth() const
float value() const

Öffentliche Slots

void setSmooth(bool enabled)
void setValue(float value)

Signale

void smoothChanged(bool enabled)
void valueChanged(float value)

Detaillierte Beschreibung

Dokumentation der Eigenschaften

value : float

Gibt den zu verwendenden Breitenwert an.

Zugriffsfunktionen:

float value() const
void setValue(float value)

Anmelder-Signal:

void valueChanged(float value)

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