- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QChannelComponent>
Defines a channel for a QAnimationClipData. The animation system interpolates each channel component independently except in the case the QChannel is called "Rotation" (case sensitive), it has four QChannelComponents and the same number of keyframes for each QChannelComponent. In that case the interpolation will be performed using SLERP
Java wrapper for Qt class Qt3DAnimation::QChannel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendChannelComponent
(QChannelComponent component) SeeQt3DAnimation::QChannel::
appendChannelComponent(Qt3DAnimation::QChannelComponent) final void
SeeQt3DAnimation::QChannel::
operator=(Qt3DAnimation::QChannel) protected final QSequentialConstIterator
<QChannelComponent> begin()
SeeQt3DAnimation::QChannel::
begin()const final int
SeeQt3DAnimation::QChannel::
channelComponentCount()const final void
SeeQt3DAnimation::QChannel::
clearChannelComponents() clone()
Creates and returns a copy of this object.protected final QSequentialConstIterator
<QChannelComponent> end()
SeeQt3DAnimation::QChannel::
end()const final boolean
Seeoperator==(Qt3DAnimation::QChannel,
Qt3DAnimation::QChannel) boolean
Seeoperator==(Qt3DAnimation::QChannel,
Qt3DAnimation::QChannel) int
hashCode()
Returns the objects's hash code computed byqHash(Qt3DAnimation::QChannel)
.final void
insertChannelComponent
(int index, QChannelComponent component) SeeQt3DAnimation::QChannel::
insertChannelComponent(int, Qt3DAnimation::QChannelComponent) iterator()
Returns an iterator for this iterable object.final int
SeeQt3DAnimation::QChannel::
jointIndex()const final String
name()
SeeQt3DAnimation::QChannel::
name()const final void
removeChannelComponent
(int index) SeeQt3DAnimation::QChannel::
removeChannelComponent(int) final void
setJointIndex
(int jointIndex) SeeQt3DAnimation::QChannel::
setJointIndex(int) final void
SeeQt3DAnimation::QChannel::
setName(QString) Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QChannel
public QChannel()See
Qt3DAnimation::QChannel::
QChannel() -
QChannel
See
Qt3DAnimation::QChannel::
QChannel(QString) -
QChannel
See
Qt3DAnimation::QChannel::
QChannel(Qt3DAnimation::QChannel)
-
-
Method Details
-
appendChannelComponent
See
Qt3DAnimation::QChannel::
appendChannelComponent(Qt3DAnimation::QChannelComponent) -
begin
See
Qt3DAnimation::QChannel::
begin()const -
channelComponentCount
See
Qt3DAnimation::QChannel::
channelComponentCount()const -
clearChannelComponents
See
Qt3DAnimation::QChannel::
clearChannelComponents() -
end
See
Qt3DAnimation::QChannel::
end()const -
insertChannelComponent
See
Qt3DAnimation::QChannel::
insertChannelComponent(int, Qt3DAnimation::QChannelComponent) -
jointIndex
See
Qt3DAnimation::QChannel::
jointIndex()const -
name
See
Qt3DAnimation::QChannel::
name()const -
assign
See
Qt3DAnimation::QChannel::
operator=(Qt3DAnimation::QChannel) -
equals
See
operator==(Qt3DAnimation::QChannel,
Qt3DAnimation::QChannel) -
removeChannelComponent
See
Qt3DAnimation::QChannel::
removeChannelComponent(int) -
setJointIndex
See
Qt3DAnimation::QChannel::
setJointIndex(int) -
setName
See
Qt3DAnimation::QChannel::
setName(QString) -
iterator
Returns an iterator for this iterable object.- Specified by:
iterator
in interfaceIterable<QChannelComponent>
- See Also:
-
equals
See
operator==(Qt3DAnimation::QChannel,
Qt3DAnimation::QChannel) -
hashCode
Returns the objects's hash code computed byqHash(Qt3DAnimation::QChannel)
. -
clone
Creates and returns a copy of this object.
See
Qt3DAnimation::QChannel::
QChannel(Qt3DAnimation::QChannel)
-