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

  • 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().