NAME
Qt::Core::QVariantAnimation
PUBLIC METHODS
- QVariantAnimation(QObject * parent)
- QVariantAnimation(QObject * parent = 0)
- ~QVariantAnimation()
- QVariant currentValue()
- int duration()
- QEasingCurve easingCurve()
- QVariant endValue()
- QVariant keyValueAt(qreal step)
- void setDuration(int msecs)
- void setEasingCurve(const QEasingCurve & easing)
- void setEndValue(const QVariant & value)
- void setKeyValueAt(qreal step, const QVariant & value)
- void setStartValue(const QVariant & value)
- QVariant startValue()
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.