NAME
Qt::Gui::QGraphicsItemAnimation
PUBLIC METHODS
- QGraphicsItemAnimation(QObject * parent = 0)
- QGraphicsItemAnimation(QObject * parent)
- ~QGraphicsItemAnimation()
- void clear()
- qreal horizontalScaleAt(qreal step)
- qreal horizontalShearAt(qreal step)
- QGraphicsItem * item()
- QMatrix matrixAt(qreal step)
- QPointF posAt(qreal step)
- void reset()
- qreal rotationAt(qreal step)
- void setItem(QGraphicsItem * item)
- void setPosAt(qreal step, const QPointF & pos)
- void setRotationAt(qreal step, qreal angle)
- void setScaleAt(qreal step, qreal sx, qreal sy)
- void setShearAt(qreal step, qreal sh, qreal sv)
- void setStep(qreal x)
- void setTimeLine(QTimeLine * timeLine)
- void setTranslationAt(qreal step, qreal dx, qreal dy)
- QTimeLine * timeLine()
- qreal verticalScaleAt(qreal step)
- qreal verticalShearAt(qreal step)
- qreal xTranslationAt(qreal step)
- qreal yTranslationAt(qreal step)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.