QSkeletonMapping Class
(Qt3DAnimation::QSkeletonMapping)Inherits: | Qt3DAnimation::QAbstractChannelMapping |
Properties
- skeleton : Qt3DCore::QAbstractSkeleton*
- 3 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
QSkeletonMapping(Qt3DCore::QNode *parent = nullptr) | |
virtual | ~QSkeletonMapping() |
Qt3DCore::QAbstractSkeleton * | skeleton() const |
- 13 public functions inherited from Qt3DCore::QNode
- 34 public functions inherited from QObject
Public Slots
void | setSkeleton(Qt3DCore::QAbstractSkeleton *skeleton) |
- 3 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | skeletonChanged(Qt3DCore::QAbstractSkeleton *skeleton) |
- 4 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
Protected Functions
QSkeletonMapping(Qt3DAnimation::QSkeletonMappingPrivate &dd, Qt3DCore::QNode *parent = nullptr) |
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected variables inherited from QObject
Property Documentation
skeleton : Qt3DCore::QAbstractSkeleton*
Access functions:
Qt3DCore::QAbstractSkeleton * | skeleton() const |
void | setSkeleton(Qt3DCore::QAbstractSkeleton *skeleton) |
Notifier signal:
void | skeletonChanged(Qt3DCore::QAbstractSkeleton *skeleton) |
Member Function Documentation
QSkeletonMapping::QSkeletonMapping(Qt3DCore::QNode *parent = nullptr)
Default constructs an instance of QSkeletonMapping.
[protected]
QSkeletonMapping::QSkeletonMapping(Qt3DAnimation::QSkeletonMappingPrivate &dd, Qt3DCore::QNode *parent = nullptr)
Default constructs an instance of QSkeletonMapping.
[virtual]
QSkeletonMapping::~QSkeletonMapping()
Destroys the instance of QSkeletonMapping. The destructor is virtual.