QStaticPropertyValueRemovedChangeBase Class
(Qt3DCore::QStaticPropertyValueRemovedChangeBase)The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events 更多...
头文件: | #include <Qt3DCore/QStaticPropertyValueRemovedChangeBase> |
qmake: | QT += 3dcore |
开始支持版本: | Qt 5.7 |
基类: | Qt3DCore::QPropertyValueRemovedChangeBase |
派生类: | Qt3DCore::QPropertyNodeRemovedChange and Qt3DCore::QPropertyValueRemovedChange |
公有函数
~QStaticPropertyValueRemovedChangeBase() | |
const char * | propertyName() const |
void | setPropertyName(const char *name) |
- 4 个公有函数继承自 Qt3DCore::QSceneChange
受保护的函数
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)
Constructs a new QStaticPropertyValueRemovedChangeBase with subjectId
[protected]
QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(QStaticPropertyValueRemovedChangeBasePrivate &dd, QNodeId subjectId)
Copy constructor.
QStaticPropertyValueRemovedChangeBase::~QStaticPropertyValueRemovedChangeBase()
Destroys the instance of QStaticPropertyValueRemovedChangeBase.
const char *QStaticPropertyValueRemovedChangeBase::propertyName() const
Returns name of the property.
参见 setPropertyName().
void QStaticPropertyValueRemovedChangeBase::setPropertyName(const char *name)
Sets the property change name.
参见 propertyName().