java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QChannelComponent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QKeyFrame>
public class QChannelComponent extends QtObject implements Iterable<QKeyFrame>, Cloneable
Java wrapper for Qt class Qt3DAnimation::QChannelComponent
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QChannelComponent()
QChannelComponent(QChannelComponent arg__1)
protected
QChannelComponent(QtObject.QPrivateConstructor p)
Constructor for internal use only.QChannelComponent(String name)
-
Method Summary
Modifier and Type Method Description void
appendKeyFrame(QKeyFrame kf)
protected QIterator<QKeyFrame>
begin()
void
clearKeyFrames()
QChannelComponent
clone()
protected QIterator<QKeyFrame>
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
insertKeyFrame(int index, QKeyFrame kf)
Iterator<QKeyFrame>
iterator()
int
keyFrameCount()
String
name()
void
removeKeyFrame(int index)
void
setName(String name)
-
Constructor Details
-
QChannelComponent
public QChannelComponent() -
QChannelComponent
-
QChannelComponent
-
QChannelComponent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
appendKeyFrame
-
begin
-
clearKeyFrames
-
end
-
insertKeyFrame
-
keyFrameCount
-
name
-
removeKeyFrame
-
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
-