Class QChannelComponent

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

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

Java wrapper for Qt class Qt3DAnimation::QChannelComponent

  • Constructor Details

    • QChannelComponent

      public QChannelComponent()
    • QChannelComponent

      public QChannelComponent(String name)
    • QChannelComponent

      public QChannelComponent(QChannelComponent arg__1)
    • QChannelComponent

      protected QChannelComponent(io.qt.QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details

    • appendKeyFrame

      @QtUninvokable public final void appendKeyFrame(QKeyFrame kf)
    • begin

      @QtUninvokable protected final io.qt.core.QIterator<QKeyFrame> begin()
    • clearKeyFrames

      @QtUninvokable public final void clearKeyFrames()
    • end

      @QtUninvokable protected final io.qt.core.QIterator<QKeyFrame> end()
    • insertKeyFrame

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

      @QtUninvokable public final int keyFrameCount()
    • name

      @QtUninvokable public final String name()
    • removeKeyFrame

      @QtUninvokable public final void removeKeyFrame(int index)
    • setName

      @QtUninvokable public final void setName(String name)
    • iterator

      public Iterator<QKeyFrame> iterator()
      Specified by:
      iterator in interface Iterable<QKeyFrame>
    • equals

      @QtUninvokable public boolean equals(Object other)
      Description copied from class: io.qt.QtObject
      Used 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:
      equals in class io.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()
      Overrides:
      hashCode in class Object
    • clone

      public QChannelComponent clone()
      Overrides:
      clone in class Object