The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange 事件。 更多...
头: | #include <Qt3DCore/QStaticPropertyValueAddedChangeBase> |
qmake: | QT += 3dcore |
Since: | Qt 5.7 |
继承: | Qt3DCore::QPropertyValueAddedChangeBase |
继承者: | Qt3DCore::QPropertyNodeAddedChange and Qt3DCore::QPropertyValueAddedChange |
virtual | ~QStaticPropertyValueAddedChangeBase () |
const char * | propertyName () const |
void | setPropertyName (const char * name ) |
QStaticPropertyValueAddedChangeBase (Qt3DCore::QNodeId subjectId ) | |
QStaticPropertyValueAddedChangeBase (Qt3DCore::QStaticPropertyValueAddedChangeBasePrivate & dd , Qt3DCore::QNodeId subjectId ) |
The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange 事件。
[protected]
QStaticPropertyValueAddedChangeBase::
QStaticPropertyValueAddedChangeBase
(
Qt3DCore::QNodeId
subjectId
)
构造新的 QStaticPropertyValueAddedChangeBase with subjectId
[protected]
QStaticPropertyValueAddedChangeBase::
QStaticPropertyValueAddedChangeBase
(
Qt3DCore::QStaticPropertyValueAddedChangeBasePrivate
&
dd
,
Qt3DCore::QNodeId
subjectId
)
Default constructs an instance of QStaticPropertyValueAddedChangeBase.
[虚拟]
QStaticPropertyValueAddedChangeBase::
~QStaticPropertyValueAddedChangeBase
()
Destroys the instance of QStaticPropertyValueAddedChangeBase. The destructor is virtual.
Returns name of the property.
另请参阅 setPropertyName ().
Sets the property change name .
另请参阅 propertyName ().