Module qtjambi
Package io.qt.widgets

Class QGraphicsItemAnimation

java.lang.Object
io.qt.QtObject
io.qt.core.QObject
io.qt.widgets.QGraphicsItemAnimation
All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public class QGraphicsItemAnimation extends QObject

Java wrapper for Qt class QGraphicsItemAnimation

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QGraphicsItemAnimation

      public QGraphicsItemAnimation(QObject parent)

      See QGraphicsItemAnimation::QGraphicsItemAnimation(QObject*)

    • QGraphicsItemAnimation

      public QGraphicsItemAnimation()

      Overloaded constructor for QGraphicsItemAnimation(io.qt.core.QObject) with parent = null.

  • Method Details

    • clear

      @QtUninvokable public final void clear()

      See QGraphicsItemAnimation::clear()

    • horizontalScaleAt

      @QtUninvokable public final double horizontalScaleAt(double step)

      See QGraphicsItemAnimation::horizontalScaleAt(qreal)const

    • horizontalShearAt

      @QtUninvokable public final double horizontalShearAt(double step)

      See QGraphicsItemAnimation::horizontalShearAt(qreal)const

    • item

      @QtUninvokable public final QGraphicsItem item()

      See QGraphicsItemAnimation::item()const

    • posAt

      @QtUninvokable public final QPointF posAt(double step)

      See QGraphicsItemAnimation::posAt(qreal)const

    • posList

      See QGraphicsItemAnimation::posList()const

    • rotationAt

      @QtUninvokable public final double rotationAt(double step)

      See QGraphicsItemAnimation::rotationAt(qreal)const

    • rotationList

      See QGraphicsItemAnimation::rotationList()const

    • scaleList

      See QGraphicsItemAnimation::scaleList()const

    • setItem

      @QtUninvokable public final void setItem(QGraphicsItem item)

      See QGraphicsItemAnimation::setItem(QGraphicsItem*)

    • setPosAt

      @QtUninvokable public final void setPosAt(double step, QPointF pos)

      See QGraphicsItemAnimation::setPosAt(qreal,QPointF)

    • setRotationAt

      @QtUninvokable public final void setRotationAt(double step, double angle)

      See QGraphicsItemAnimation::setRotationAt(qreal,qreal)

    • setScaleAt

      @QtUninvokable public final void setScaleAt(double step, double sx, double sy)

      See QGraphicsItemAnimation::setScaleAt(qreal,qreal,qreal)

    • setShearAt

      @QtUninvokable public final void setShearAt(double step, double sh, double sv)

      See QGraphicsItemAnimation::setShearAt(qreal,qreal,qreal)

    • setStep

      public final void setStep(double x)

      See QGraphicsItemAnimation::setStep(qreal)

    • setTimeLine

      @QtUninvokable public final void setTimeLine(QTimeLine timeLine)

      See QGraphicsItemAnimation::setTimeLine(QTimeLine*)

    • setTranslationAt

      @QtUninvokable public final void setTranslationAt(double step, double dx, double dy)

      See QGraphicsItemAnimation::setTranslationAt(qreal,qreal,qreal)

    • shearList

      See QGraphicsItemAnimation::shearList()const

    • timeLine

      @QtUninvokable public final QTimeLine timeLine()

      See QGraphicsItemAnimation::timeLine()const

    • transformAt

      @QtUninvokable public final QTransform transformAt(double step)

      See QGraphicsItemAnimation::transformAt(qreal)const

    • translationList

      @QtUninvokable public final QList<QPair<@QtPrimitiveType Double,QPointF>> translationList()

      See QGraphicsItemAnimation::translationList()const

    • verticalScaleAt

      @QtUninvokable public final double verticalScaleAt(double step)

      See QGraphicsItemAnimation::verticalScaleAt(qreal)const

    • verticalShearAt

      @QtUninvokable public final double verticalShearAt(double step)

      See QGraphicsItemAnimation::verticalShearAt(qreal)const

    • xTranslationAt

      @QtUninvokable public final double xTranslationAt(double step)

      See QGraphicsItemAnimation::xTranslationAt(qreal)const

    • yTranslationAt

      @QtUninvokable public final double yTranslationAt(double step)

      See QGraphicsItemAnimation::yTranslationAt(qreal)const

    • afterAnimationStep

      @QtUninvokable protected void afterAnimationStep(double step)

      See QGraphicsItemAnimation::afterAnimationStep(qreal)

    • beforeAnimationStep

      @QtUninvokable protected void beforeAnimationStep(double step)

      See QGraphicsItemAnimation::beforeAnimationStep(qreal)

    • setPosAt

      @QtUninvokable public final void setPosAt(double step, QPoint pos)

      Overloaded function for setPosAt(double, io.qt.core.QPointF).