java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QChannelComponent
Java wrapper for Qt class Qt3DAnimation::QChannelComponent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQChannelComponent(QChannelComponent arg__1) protectedQChannelComponent(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QChannelComponent(String name) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidprotected final io.qt.core.QIterator<QKeyFrame>begin()final voidclone()protected final io.qt.core.QIterator<QKeyFrame>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
protected QChannelComponent(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
appendKeyFrame
-
begin
-
clearKeyFrames
@QtUninvokable public final void clearKeyFrames() -
end
-
insertKeyFrame
-
keyFrameCount
@QtUninvokable public final int keyFrameCount() -
name
-
removeKeyFrame
@QtUninvokable public final void removeKeyFrame(int index) -
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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-