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's class Qt3DAnimation::QAnimationClipData
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQAnimationClipData
(QAnimationClipData arg__1) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
begin()
final int
final void
clone()
end()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final void
insertChannel
(int index, QChannel c) final boolean
isValid()
iterator()
final String
name()
final void
removeChannel
(int index) final void
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
-
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:QtObject
Used 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
-