Class QChannelComponent
- All Implemented Interfaces:
QtObjectInterface,Cloneable,Iterable<QKeyFrame>
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQt3DAnimation::QChannelComponent::QChannelComponent() QChannelComponent(QChannelComponent arg__1) SeeQt3DAnimation::QChannelComponent::QChannelComponent(Qt3DAnimation::QChannelComponent) QChannelComponent(String name) SeeQt3DAnimation::QChannelComponent::QChannelComponent(QString) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidSeeQt3DAnimation::QChannelComponent::appendKeyFrame(Qt3DAnimation::QKeyFrame) final voidassign(QChannelComponent arg__1) SeeQt3DAnimation::QChannelComponent::operator=(Qt3DAnimation::QChannelComponent) protected final QSequentialConstIterator<QKeyFrame> begin()SeeQt3DAnimation::QChannelComponent::begin()const final voidSeeQt3DAnimation::QChannelComponent::clearKeyFrames() clone()Creates and returns a copy of this object.protected final QSequentialConstIterator<QKeyFrame> end()SeeQt3DAnimation::QChannelComponent::end()const final booleanequals(QChannelComponent arg__2) Seeoperator==(Qt3DAnimation::QChannelComponent,Qt3DAnimation::QChannelComponent) booleanSeeoperator==(Qt3DAnimation::QChannelComponent,Qt3DAnimation::QChannelComponent) inthashCode()Returns the objects's hash code computed byqHash(Qt3DAnimation::QChannelComponent).final voidinsertKeyFrame(int index, QKeyFrame kf) SeeQt3DAnimation::QChannelComponent::insertKeyFrame(int, Qt3DAnimation::QKeyFrame) iterator()Returns an iterator for this iterable object.final intSeeQt3DAnimation::QChannelComponent::keyFrameCount()const final Stringname()SeeQt3DAnimation::QChannelComponent::name()const final voidremoveKeyFrame(int index) SeeQt3DAnimation::QChannelComponent::removeKeyFrame(int) final voidSeeQt3DAnimation::QChannelComponent::setName(QString) Methods 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()See
Qt3DAnimation::QChannelComponent::QChannelComponent() -
QChannelComponent
See
Qt3DAnimation::QChannelComponent::QChannelComponent(QString) - Parameters:
name-
-
QChannelComponent
See
Qt3DAnimation::QChannelComponent::QChannelComponent(Qt3DAnimation::QChannelComponent) - Parameters:
arg__1-
-
-
Method Details
-
appendKeyFrame
See
Qt3DAnimation::QChannelComponent::appendKeyFrame(Qt3DAnimation::QKeyFrame) - Parameters:
kf-
-
begin
See
Qt3DAnimation::QChannelComponent::begin()const - Returns:
-
clearKeyFrames
See
Qt3DAnimation::QChannelComponent::clearKeyFrames() -
end
See
Qt3DAnimation::QChannelComponent::end()const - Returns:
-
insertKeyFrame
See
Qt3DAnimation::QChannelComponent::insertKeyFrame(int, Qt3DAnimation::QKeyFrame) - Parameters:
index-kf-
-
keyFrameCount
See
Qt3DAnimation::QChannelComponent::keyFrameCount()const - Returns:
-
name
See
Qt3DAnimation::QChannelComponent::name()const - Returns:
-
assign
See
Qt3DAnimation::QChannelComponent::operator=(Qt3DAnimation::QChannelComponent) - Parameters:
arg__1-
-
equals
See
operator==(Qt3DAnimation::QChannelComponent,Qt3DAnimation::QChannelComponent) - Parameters:
arg__2-- Returns:
-
removeKeyFrame
See
Qt3DAnimation::QChannelComponent::removeKeyFrame(int) - Parameters:
index-
-
setName
See
Qt3DAnimation::QChannelComponent::setName(QString) - Parameters:
name-
-
iterator
-
equals
See
operator==(Qt3DAnimation::QChannelComponent,Qt3DAnimation::QChannelComponent) -
hashCode
Returns the objects's hash code computed byqHash(Qt3DAnimation::QChannelComponent). -
clone
Creates and returns a copy of this object.
See
Qt3DAnimation::QChannelComponent::QChannelComponent(Qt3DAnimation::QChannelComponent)
-