QNodeCreatedChangeBase Class
(Qt3DCore::QNodeCreatedChangeBase)Header: | #include <QNodeCreatedChangeBase> |
qmake: | QT += 3dcore |
Inherits: | QSceneChange |
Public Functions
QNodeCreatedChangeBase(const QNode *node) | |
~QNodeCreatedChangeBase() | |
bool | isNodeEnabled() const |
const QMetaObject * | metaObject() const |
QNodeId | parentId() const |
- 4 public functions inherited from Qt3DCore::QSceneChange
Protected Functions
QNodeCreatedChangeBase(QNodeCreatedChangeBasePrivate &dd, const QNode *node) |
Related Non-Members
typedef | QNodeCreatedChangeBasePtr |
Detailed Description
TODO
Member Function Documentation
QNodeCreatedChangeBase::QNodeCreatedChangeBase(const QNode *node)
Constructs a new QNodeCreatedChangeBase with node and priority.
[protected]
QNodeCreatedChangeBase::QNodeCreatedChangeBase(QNodeCreatedChangeBasePrivate &dd, const QNode *node)
Copy constructor.
QNodeCreatedChangeBase::~QNodeCreatedChangeBase()
Destroys the instance of QNodeCreatedChangeBase.
bool QNodeCreatedChangeBase::isNodeEnabled() const
Returns node enabled.
const QMetaObject *QNodeCreatedChangeBase::metaObject() const
Returns metaobject.
QNodeId QNodeCreatedChangeBase::parentId() const
Returns parent id.
Related Non-Members
typedef Qt3DCore::QNodeCreatedChangeBasePtr
A shared pointer for QNodeCreatedChangeBase.