Skip to content

Kuesa::Qt3D::AnimationPlayerItem

#include <animationplayeritem.h>

Inherits from QObject

Public Slots

Name
void setName(const QString & name)

Public Signals

Name
void nameChanged(const QString & name)

Public Functions

Name
AnimationPlayerItem(QObject * parent =nullptr)
~AnimationPlayerItem()
QString name() const
QQmlListProperty< Qt3DCore::QNode > targetList()
AnimationPlayer * parentAnimationPlayer() const

Public Properties

Name
QQmlListProperty< Qt3DCore::QNode > targets
QString name

Public Slots Documentation

slot setName

1
2
3
void setName(
    const QString & name
)

Public Signals Documentation

signal nameChanged

1
2
3
void nameChanged(
    const QString & name
)

Public Functions Documentation

function AnimationPlayerItem

1
2
3
AnimationPlayerItem(
    QObject * parent =nullptr
)

function ~AnimationPlayerItem

1
~AnimationPlayerItem()

function name

1
QString name() const

function targetList

1
QQmlListProperty< Qt3DCore::QNode > targetList()

function parentAnimationPlayer

1
inline AnimationPlayer * parentAnimationPlayer() const

Public Property Documentation

property targets

1
QQmlListProperty< Qt3DCore::QNode > targets;

property name

1
QString name;

Updated on 2022-10-18 at 11:12:50 +0200