java.lang.Object
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
final void
assign
(QAnimationClipData arg__1) protected final QSequentialConstIterator<QChannel>
begin()
final int
final void
clone()
protected final QSequentialConstIterator<QChannel>
end()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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
-
assign
-
removeChannel
-
setName
-
iterator
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-