NAME
Qt::Core::QAbstractAnimation
PUBLIC METHODS
- QAbstractAnimation(QObject * parent)
- QAbstractAnimation(QObject * parent = 0)
- ~QAbstractAnimation()
- int currentLoop()
- int currentLoopTime()
- int currentTime()
- QAbstractAnimation::Direction direction()
- int duration()
- QAnimationGroup * group()
- int loopCount()
- void pause()
- void resume()
- void setCurrentTime(int msecs)
- void setDirection(QAbstractAnimation::Direction direction)
- void setLoopCount(int loopCount)
- void setPaused(bool arg0)
- void start(QAbstractAnimation::DeletionPolicy policy)
- void start(QAbstractAnimation::DeletionPolicy policy = QAbstractAnimation::KeepWhenStopped)
- QAbstractAnimation::State state()
- void stop()
- int totalDuration()
ENUM VALUES
- Forward
- Backward
- Stopped
- Paused
- Running
- KeepWhenStopped
- DeleteWhenStopped
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.