QLineWidth Class

( Qt3DRender::QLineWidth )

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.

特性文档编制

smooth : bool

访问函数:

bool smooth () const
void setSmooth (bool enabled )

通知程序信号:

void smoothChanged (bool enabled )

value : float

Specifies the width value to be used.

访问函数:

float value () const
void setValue (float value )

通知程序信号:

void valueChanged (float value )

成员函数文档编制

QLineWidth:: QLineWidth ( Qt3DCore::QNode * parent = nullptr)

Default constructs an instance of QLineWidth.

[virtual] QLineWidth:: ~QLineWidth ()

Destroys the instance of QLineWidth. The destructor is virtual.