java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QChannelComponent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QKeyFrame>
Java wrapper for Qt class Qt3DAnimation::QChannelComponent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQChannelComponent
(QChannelComponent arg__1) protected
Constructor for internal use only.QChannelComponent
(String name) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
begin()
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
insertKeyFrame
(int index, QKeyFrame kf) iterator()
final int
final String
name()
final void
removeKeyFrame
(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
-
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
-