QSkeletonMapping Class

(Qt3DAnimation::QSkeletonMapping)

Properties

  • skeleton : Qt3DCore::QAbstractSkeleton*

Public Functions

QSkeletonMapping(Qt3DCore::QNode *parent = nullptr)
virtual ~QSkeletonMapping()
Qt3DCore::QAbstractSkeleton *skeleton() const

Public Slots

void setSkeleton(Qt3DCore::QAbstractSkeleton *skeleton)

Signals

void skeletonChanged(Qt3DCore::QAbstractSkeleton *skeleton)

Protected Functions

QSkeletonMapping(Qt3DAnimation::QSkeletonMappingPrivate &dd, Qt3DCore::QNode *parent = nullptr)

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.

© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.