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.

[虛擬] QLineWidth:: ~QLineWidth ()

Destroys the instance of QLineWidth. The destructor is virtual.