QText2DEntity Class
(
Qt3DExtras::QText2DEntity
)
特性
公共函数
信号
额外继承成员
特性文档编制
访问函数:
QColor
|
color
() const
|
void
|
setColor
(const QColor &
color
)
|
通知程序信号:
void
|
colorChanged
(const QColor &
color
)
|
访问函数:
QFont
|
font
() const
|
void
|
setFont
(const QFont &
font
)
|
通知程序信号:
void
|
fontChanged
(const QFont &
font
)
|
height
:
float
访问函数:
float
|
height
() const
|
void
|
setHeight
(float
height
)
|
通知程序信号:
void
|
heightChanged
(float
height
)
|
访问函数:
QString
|
text
() const
|
void
|
setText
(const QString &
text
)
|
通知程序信号:
void
|
textChanged
(const QString &
text
)
|
width
:
float
访问函数:
float
|
width
() const
|
void
|
setWidth
(float
width
)
|
通知程序信号:
void
|
widthChanged
(float
width
)
|
成员函数文档编制
QText2DEntity::
QText2DEntity
(
Qt3DCore::QNode
*
parent
= nullptr)
Default constructs an instance of QText2DEntity.
QText2DEntity::
~QText2DEntity
()
Destroys the instance of QText2DEntity.