java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QAnimationClipData
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QChannel>
public class QAnimationClipData extends QtObject implements Iterable<QChannel>, Cloneable
Class containing the animation data
Java wrapper for Qt class Qt3DAnimation::QAnimationClipData
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QAnimationClipData()
QAnimationClipData(QAnimationClipData arg__1)
protected
QAnimationClipData(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description void
appendChannel(QChannel c)
protected QIterator<QChannel>
begin()
int
channelCount()
void
clearChannels()
QAnimationClipData
clone()
protected QIterator<QChannel>
end()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
void
insertChannel(int index, QChannel c)
boolean
isValid()
Iterator<QChannel>
iterator()
String
name()
void
removeChannel(int index)
void
setName(String name)
-
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
-