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
ConstructorsModifierConstructorDescriptionQChannelComponent(QChannelComponent arg__1) protectedConstructor for internal use only.QChannelComponent(String name) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidbegin()final voidclone()end()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final voidinsertKeyFrame(int index, QKeyFrame kf) iterator()final intfinal Stringname()final voidremoveKeyFrame(int index) final voidMethods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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:io.qt.QtObjectUsed 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
-