java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QChannel
- All Implemented Interfaces:
io.qt.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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendChannelComponent(QChannelComponent component) protected final io.qt.core.QIterator<QChannelComponent>begin()final intfinal voidclone()protected final io.qt.core.QIterator<QChannelComponent>end()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final voidinsertChannelComponent(int index, QChannelComponent component) iterator()final intfinal Stringname()final voidremoveChannelComponent(int index) final voidsetJointIndex(int jointIndex) final voidMethods 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() -
QChannel
-
QChannel
-
QChannel
protected QChannel(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
appendChannelComponent
-
begin
-
channelComponentCount
@QtUninvokable public final int channelComponentCount() -
clearChannelComponents
@QtUninvokable public final void clearChannelComponents() -
end
-
insertChannelComponent
-
jointIndex
@QtUninvokable public final int jointIndex() -
name
-
removeChannelComponent
@QtUninvokable public final void removeChannelComponent(int index) -
setJointIndex
@QtUninvokable public final void setJointIndex(int jointIndex) -
setName
-
iterator
- Specified by:
iteratorin interfaceIterable<QChannelComponent>
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-