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()
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