QCallbackMapping Class
(Qt3DAnimation::QCallbackMapping)Inherits: | Qt3DAnimation::QAbstractChannelMapping |
Properties
- channelName : QString
- 3 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
QCallbackMapping(Qt3DCore::QNode *parent = nullptr) | |
~QCallbackMapping() | |
QAnimationCallback * | callback() const |
QString | channelName() const |
void | setCallback(int type, QAnimationCallback *callback, QAnimationCallback::Flags flags = QAnimationCallback::OnOwningThread) |
- 13 public functions inherited from Qt3DCore::QNode
- 32 public functions inherited from QObject
Public Slots
void | setChannelName(const QString &channelName) |
- 3 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | channelNameChanged(QString channelName) |
- 4 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
Protected Functions
QCallbackMapping(QCallbackMappingPrivate &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
channelName : QString
Access functions:
QString | channelName() const |
void | setChannelName(const QString &channelName) |
Notifier signal:
void | channelNameChanged(QString channelName) |
Member Function Documentation
QCallbackMapping::QCallbackMapping(Qt3DCore::QNode *parent = nullptr)
Default constructs an instance of QCallbackMapping.
[protected]
QCallbackMapping::QCallbackMapping(QCallbackMappingPrivate &dd, Qt3DCore::QNode *parent = nullptr)
Copy constructor.
QCallbackMapping::~QCallbackMapping()
Destroys the instance of QCallbackMapping.
QAnimationCallback *QCallbackMapping::callback() const
See also setCallback().
void QCallbackMapping::setCallback(int type, QAnimationCallback *callback, QAnimationCallback::Flags flags = QAnimationCallback::OnOwningThread)
See also callback().