Class QKeyFrame

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QKeyFrame
All Implemented Interfaces:
io.qt.QtObjectInterface

public class QKeyFrame extends io.qt.QtObject

A base class for handling keyframes

Java wrapper for Qt class Qt3DAnimation::QKeyFrame

  • Constructor Details

    • QKeyFrame

      public QKeyFrame()
    • QKeyFrame

      public QKeyFrame(io.qt.gui.QVector2D coords)
    • QKeyFrame

      public QKeyFrame(io.qt.gui.QVector2D coords, io.qt.gui.QVector2D lh, io.qt.gui.QVector2D rh)
    • QKeyFrame

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

    • coordinates

      @QtUninvokable public final io.qt.gui.QVector2D coordinates()
    • interpolationType

      @QtUninvokable public final QKeyFrame.InterpolationType interpolationType()
    • leftControlPoint

      @QtUninvokable public final io.qt.gui.QVector2D leftControlPoint()
    • rightControlPoint

      @QtUninvokable public final io.qt.gui.QVector2D rightControlPoint()
    • setCoordinates

      @QtUninvokable public final void setCoordinates(io.qt.gui.QVector2D coords)
    • setInterpolationType

      @QtUninvokable public final void setInterpolationType(QKeyFrame.InterpolationType interp)
    • setLeftControlPoint

      @QtUninvokable public final void setLeftControlPoint(io.qt.gui.QVector2D lh)
    • setRightControlPoint

      @QtUninvokable public final void setRightControlPoint(io.qt.gui.QVector2D rh)
    • 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