java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QAnimationClipData
Class containing the animation data
Java wrapper for Qt class Qt3DAnimation::QAnimationClipData
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQAnimationClipData(QAnimationClipData arg__1) protectedQAnimationClipData(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidprotected final io.qt.core.QIterator<QChannel>begin()final intfinal voidclone()protected final io.qt.core.QIterator<QChannel>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 voidinsertChannel(int index, QChannel c) final booleanisValid()iterator()final Stringname()final voidremoveChannel(int index) 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
-
QAnimationClipData
public QAnimationClipData() -
QAnimationClipData
-
QAnimationClipData
protected QAnimationClipData(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
appendChannel
-
begin
-
channelCount
@QtUninvokable public final int channelCount() -
clearChannels
@QtUninvokable public final void clearChannels() -
end
-
insertChannel
-
isValid
@QtUninvokable public final boolean isValid() -
name
-
removeChannel
@QtUninvokable public final void removeChannel(int index) -
setName
-
iterator
-
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
-