Class QChannel
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendChannelComponent(QChannelComponent component) SeeQt3DAnimation::QChannel::appendChannelComponent(Qt3DAnimation::QChannelComponent) final voidSeeQt3DAnimation::QChannel::operator=(Qt3DAnimation::QChannel) protected final QSequentialConstIterator<QChannelComponent> begin()SeeQt3DAnimation::QChannel::begin()const final intSeeQt3DAnimation::QChannel::channelComponentCount()const final voidSeeQt3DAnimation::QChannel::clearChannelComponents() clone()Creates and returns a copy of this object.protected final QSequentialConstIterator<QChannelComponent> end()SeeQt3DAnimation::QChannel::end()const final booleanSeeoperator==(Qt3DAnimation::QChannel,Qt3DAnimation::QChannel) booleanSeeoperator==(Qt3DAnimation::QChannel,Qt3DAnimation::QChannel) inthashCode()Returns the objects's hash code computed byqHash(Qt3DAnimation::QChannel).final voidinsertChannelComponent(int index, QChannelComponent component) SeeQt3DAnimation::QChannel::insertChannelComponent(int, Qt3DAnimation::QChannelComponent) iterator()Returns an iterator for this iterable object.final intSeeQt3DAnimation::QChannel::jointIndex()const final Stringname()SeeQt3DAnimation::QChannel::name()const final voidremoveChannelComponent(int index) SeeQt3DAnimation::QChannel::removeChannelComponent(int) final voidsetJointIndex(int jointIndex) SeeQt3DAnimation::QChannel::setJointIndex(int) final voidSeeQt3DAnimation::QChannel::setName(QString) Methods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QChannel
public QChannel()See
Qt3DAnimation::QChannel::QChannel() -
QChannel
-
QChannel
See
Qt3DAnimation::QChannel::QChannel(Qt3DAnimation::QChannel) - Parameters:
arg__1-
-
-
Method Details
-
appendChannelComponent
See
Qt3DAnimation::QChannel::appendChannelComponent(Qt3DAnimation::QChannelComponent) - Parameters:
component-
-
begin
See
Qt3DAnimation::QChannel::begin()const - Returns:
-
channelComponentCount
See
Qt3DAnimation::QChannel::channelComponentCount()const - Returns:
-
clearChannelComponents
See
Qt3DAnimation::QChannel::clearChannelComponents() -
end
See
Qt3DAnimation::QChannel::end()const - Returns:
-
insertChannelComponent
See
Qt3DAnimation::QChannel::insertChannelComponent(int, Qt3DAnimation::QChannelComponent) - Parameters:
index-component-
-
jointIndex
See
Qt3DAnimation::QChannel::jointIndex()const - Returns:
-
name
-
assign
See
Qt3DAnimation::QChannel::operator=(Qt3DAnimation::QChannel) - Parameters:
arg__1-
-
equals
See
operator==(Qt3DAnimation::QChannel,Qt3DAnimation::QChannel) - Parameters:
arg__2-- Returns:
-
removeChannelComponent
See
Qt3DAnimation::QChannel::removeChannelComponent(int) - Parameters:
index-
-
setJointIndex
See
Qt3DAnimation::QChannel::setJointIndex(int) - Parameters:
jointIndex-
-
setName
See
Qt3DAnimation::QChannel::setName(QString) - Parameters:
name-
-
iterator
Returns an iterator for this iterable object.- Specified by:
iteratorin 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)
-