NAME

Qt::Core::QEasingCurve

PUBLIC METHODS

QEasingCurve(QEasingCurve::Type type = QEasingCurve::Linear)
QEasingCurve(QEasingCurve::Type type)
QEasingCurve(const QEasingCurve & other)
~QEasingCurve()
qreal amplitude()
QEasingCurve::EasingFunction customType()
bool operator!=(const QEasingCurve & other)
QEasingCurve & operator=(const QEasingCurve & other)
bool operator==(const QEasingCurve & other)
qreal overshoot()
qreal period()
void setAmplitude(qreal amplitude)
void setCustomType(QEasingCurve::EasingFunction func)
void setOvershoot(qreal overshoot)
void setPeriod(qreal period)
void setType(QEasingCurve::Type type)
QEasingCurve::Type type()
qreal valueForProgress(qreal progress)

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.

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