QText2DEntity Class

( Qt3DExtras::QText2DEntity )
继承: Qt3DCore::QEntity

特性

公共函数

QText2DEntity (Qt3DCore::QNode * parent = nullptr)
~QText2DEntity ()
QColor color () const
QFont font () const
float height () const
void setColor (const QColor & color )
void setFont (const QFont & font )
void setHeight (float height )
void setText (const QString & text )
void setWidth (float width )
QString text () const
float width () const

信号

void colorChanged (const QColor & color )
void fontChanged (const QFont & font )
void heightChanged (float height )
void textChanged (const QString & text )
void widthChanged (float width )

额外继承成员

特性文档编制

color : QColor

访问函数:

QColor color () const
void setColor (const QColor & color )

通知程序信号:

void colorChanged (const QColor & color )

font : QFont

访问函数:

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 )

text : QString

访问函数:

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.