QStaticPropertyUpdatedChangeBase Class

( Qt3DCore::QStaticPropertyUpdatedChangeBase )

QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events 更多...

头: #include <Qt3DCore/QStaticPropertyUpdatedChangeBase>
qmake: QT += 3dcore
Since: Qt 5.7
继承: Qt3DCore::QPropertyUpdatedChangeBase
继承者:

Qt3DCore::QPropertyUpdatedChange

公共函数

~QStaticPropertyUpdatedChangeBase ()
const char * propertyName () const
void setPropertyName (const char * name )

保护函数

QStaticPropertyUpdatedChangeBase (QNodeId subjectId )
typedef QStaticPropertyUpdatedChangeBasePtr

详细描述

QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events

成员函数文档编制

[protected] QStaticPropertyUpdatedChangeBase:: QStaticPropertyUpdatedChangeBase ( QNodeId subjectId )

构造新的 QStaticPropertyUpdatedChangeBase with subjectId

QStaticPropertyUpdatedChangeBase:: ~QStaticPropertyUpdatedChangeBase ()

Destroys the instance of QStaticPropertyUpdatedChangeBase.

const char *QStaticPropertyUpdatedChangeBase:: propertyName () const

Returns name of the property.

另请参阅 setPropertyName ().

void QStaticPropertyUpdatedChangeBase:: setPropertyName (const char * name )

Sets the property change name .

另请参阅 propertyName ().

相关非成员

typedef Qt3DCore:: QStaticPropertyUpdatedChangeBasePtr

共享指针为 QStaticPropertyUpdatedChangeBase .