Class QChannelComponent

java.lang.Object
io.qt.QtObject
io.qt.qt3d.animation.QChannelComponent
All Implemented Interfaces:
QtObjectInterface, Cloneable, Iterable<QKeyFrame>

public class QChannelComponent extends QtObject implements Iterable<QKeyFrame>, Cloneable

Java wrapper for Qt class Qt3DAnimation::QChannelComponent

  • Constructor Details

    • QChannelComponent

      public QChannelComponent()

      See Qt3DAnimation::QChannelComponent::QChannelComponent()

    • QChannelComponent

      public QChannelComponent(String name)

      See Qt3DAnimation::QChannelComponent::QChannelComponent(QString)

    • QChannelComponent

      public QChannelComponent(QChannelComponent arg__1)

      See Qt3DAnimation::QChannelComponent::QChannelComponent(Qt3DAnimation::QChannelComponent)

  • Method Details

    • appendKeyFrame

      @QtUninvokable public final void appendKeyFrame(QKeyFrame kf)

      See Qt3DAnimation::QChannelComponent::appendKeyFrame(Qt3DAnimation::QKeyFrame)

    • begin

      See Qt3DAnimation::QChannelComponent::begin()const

    • clearKeyFrames

      @QtUninvokable public final void clearKeyFrames()

      See Qt3DAnimation::QChannelComponent::clearKeyFrames()

    • end

      See Qt3DAnimation::QChannelComponent::end()const

    • insertKeyFrame

      @QtUninvokable public final void insertKeyFrame(int index, QKeyFrame kf)

      See Qt3DAnimation::QChannelComponent::insertKeyFrame(int,Qt3DAnimation::QKeyFrame)

    • keyFrameCount

      @QtUninvokable public final int keyFrameCount()

      See Qt3DAnimation::QChannelComponent::keyFrameCount()const

    • name

      @QtUninvokable public final String name()

      See Qt3DAnimation::QChannelComponent::name()const

    • assign

      @QtUninvokable public final void assign(QChannelComponent arg__1)

      See Qt3DAnimation::QChannelComponent::operator=(Qt3DAnimation::QChannelComponent)

    • equals

      @QtUninvokable public final boolean equals(QChannelComponent arg__2)

      See operator==(Qt3DAnimation::QChannelComponent,Qt3DAnimation::QChannelComponent)

    • removeKeyFrame

      @QtUninvokable public final void removeKeyFrame(int index)

      See Qt3DAnimation::QChannelComponent::removeKeyFrame(int)

    • setName

      @QtUninvokable public final void setName(String name)

      See Qt3DAnimation::QChannelComponent::setName(QString)

    • iterator

      public Iterator<QKeyFrame> iterator()
      Returns an iterator for this iterable object.
      Specified by:
      iterator in interface Iterable<QKeyFrame>
      See Also:
    • equals

      @QtUninvokable public boolean equals(Object other)

      See operator==(Qt3DAnimation::QChannelComponent,Qt3DAnimation::QChannelComponent)

      Overrides:
      equals in class QtObject
      Parameters:
      other - other object
      Returns:
      true if the native counterpart of the two objects are one and the same.
    • hashCode

      @QtUninvokable public int hashCode()
      Returns the objects's hash code computed by qHash(Qt3DAnimation::QChannelComponent).
      Overrides:
      hashCode in class Object
    • clone

      Creates and returns a copy of this object.

      See Qt3DAnimation::QChannelComponent::QChannelComponent(Qt3DAnimation::QChannelComponent)

      Overrides:
      clone in class Object