java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QAnimationClipData
- All Implemented Interfaces:
QtObjectInterface,Cloneable,Iterable<QChannel>
Class containing the animation data
Java wrapper for Qt class Qt3DAnimation::QAnimationClipData
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQAnimationClipData(QAnimationClipData arg__1) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidbegin()final intfinal voidclone()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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
appendChannel
-
begin
-
channelCount
-
clearChannels
-
end
-
insertChannel
-
isValid
-
name
-
removeChannel
-
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. -
hashCode
-
clone
-