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