Class QAnimationClipData

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

public class QAnimationClipData extends io.qt.QtObject implements Iterable<QChannel>, Cloneable

Class containing the animation data

Java wrapper for Qt class Qt3DAnimation::QAnimationClipData

  • Constructor Details

    • QAnimationClipData

      public QAnimationClipData()
    • QAnimationClipData

      public QAnimationClipData(QAnimationClipData arg__1)
    • QAnimationClipData

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

    • appendChannel

      @QtUninvokable public final void appendChannel(QChannel c)
    • begin

      @QtUninvokable protected final io.qt.core.QIterator<QChannel> begin()
    • channelCount

      @QtUninvokable public final int channelCount()
    • clearChannels

      @QtUninvokable public final void clearChannels()
    • end

      @QtUninvokable protected final io.qt.core.QIterator<QChannel> end()
    • insertChannel

      @QtUninvokable public final void insertChannel(int index, QChannel c)
    • isValid

      @QtUninvokable public final boolean isValid()
    • name

      @QtUninvokable public final String name()
    • removeChannel

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

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

      public Iterator<QChannel> iterator()
      Specified by:
      iterator in interface Iterable<QChannel>
    • 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 QAnimationClipData clone()
      Overrides:
      clone in class Object