The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QGraphicsItemAnimation

PUBLIC METHODS

QGraphicsItemAnimation(QObject * parent)
QGraphicsItemAnimation(QObject * parent = 0)
~QGraphicsItemAnimation()
void clear()
qreal horizontalScaleAt(qreal step)
qreal horizontalShearAt(qreal step)
QGraphicsItem * item()
QMatrix matrixAt(qreal step)
QPointF posAt(qreal step)
QList<QPair<qreal,QPointF> > posList()
void reset()
qreal rotationAt(qreal step)
QList<QPair<qreal,qreal> > rotationList()
QList<QPair<qreal,QPointF> > scaleList()
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)
QList<QPair<qreal,QPointF> > shearList()
QTimeLine * timeLine()
QList<QPair<qreal,QPointF> > translationList()
qreal verticalScaleAt(qreal step)
qreal verticalShearAt(qreal step)
qreal xTranslationAt(qreal step)
qreal yTranslationAt(qreal step)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html