QCallbackMapping Class

(Qt3DAnimation::QCallbackMapping)

Properties

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)

Public Slots

void setChannelName(const QString &channelName)

Signals

void channelNameChanged(QString channelName)

Protected Functions

QCallbackMapping(QCallbackMappingPrivate &dd, Qt3DCore::QNode *parent = nullptr)

Additional Inherited Members

  • 11 static public members 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().

© 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.