java.lang.Object
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) QChannelComponent
(String name) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
assign
(QChannelComponent arg__1) protected final QSequentialConstIterator<QKeyFrame>
begin()
final void
clone()
protected final QSequentialConstIterator<QKeyFrame>
end()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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
-
assign
-
removeKeyFrame
-
setName
-
iterator
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-