Class QAnimationClipData

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

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

Class containing the animation data

Java wrapper for Qt class Qt3DAnimation::QAnimationClipData

  • Constructor Details

    • QAnimationClipData

      public QAnimationClipData()

      See Qt3DAnimation::QAnimationClipData::QAnimationClipData()

    • QAnimationClipData

      public QAnimationClipData(QAnimationClipData arg__1)

      See Qt3DAnimation::QAnimationClipData::QAnimationClipData(Qt3DAnimation::QAnimationClipData)

  • Method Details

    • appendChannel

      @QtUninvokable public final void appendChannel(QChannel c)

      See Qt3DAnimation::QAnimationClipData::appendChannel(Qt3DAnimation::QChannel)

    • begin

      See Qt3DAnimation::QAnimationClipData::begin()const

    • channelCount

      @QtUninvokable public final int channelCount()

      See Qt3DAnimation::QAnimationClipData::channelCount()const

    • clearChannels

      @QtUninvokable public final void clearChannels()

      See Qt3DAnimation::QAnimationClipData::clearChannels()

    • end

      See Qt3DAnimation::QAnimationClipData::end()const

    • insertChannel

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

      See Qt3DAnimation::QAnimationClipData::insertChannel(int,Qt3DAnimation::QChannel)

    • isValid

      @QtUninvokable public final boolean isValid()

      See Qt3DAnimation::QAnimationClipData::isValid()const

    • name

      @QtUninvokable public final String name()

      See Qt3DAnimation::QAnimationClipData::name()const

    • assign

      @QtUninvokable public final void assign(QAnimationClipData arg__1)

      See Qt3DAnimation::QAnimationClipData::operator=(Qt3DAnimation::QAnimationClipData)

    • equals

      @QtUninvokable public final boolean equals(QAnimationClipData rhs)

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

    • removeChannel

      @QtUninvokable public final void removeChannel(int index)

      See Qt3DAnimation::QAnimationClipData::removeChannel(int)

    • setName

      @QtUninvokable public final void setName(String name)

      See Qt3DAnimation::QAnimationClipData::setName(QString)

    • iterator

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

      @QtUninvokable public boolean equals(Object other)

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

      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::QAnimationClipData).
      Overrides:
      hashCode in class Object
    • clone

      Creates and returns a copy of this object.

      See Qt3DAnimation::QAnimationClipData::QAnimationClipData(Qt3DAnimation::QAnimationClipData)

      Overrides:
      clone in class Object