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