QAbstractAnimation Class Reference
[QtCore module]
Inherits QObject.
Inherited by QAnimationGroup, QPauseAnimation and QVariantAnimation.
Types
Methods
- __init__ (self, QObject parent = None)
- int currentLoop (self)
- int currentLoopTime (self)
- int currentTime (self)
- Direction direction (self)
- int duration (self)
- bool event (self, QEvent)
- QAnimationGroup group (self)
- int loopCount (self)
- pause (self)
- resume (self)
- setCurrentTime (self, int)
- setDirection (self, Direction)
- setLoopCount (self, int)
- setPaused (self, bool)
- start (self, DeletionPolicy policy = QAbstractAnimation.KeepWhenStopped)
- State state (self)
- stop (self)
- int totalDuration (self)
- updateCurrentTime (self, int)
- updateDirection (self, Direction)
- updateState (self, State, State)
Qt Signals
Detailed Description
Type Documentation
QAbstractAnimation.DeletionPolicy
QAbstractAnimation.Direction
QAbstractAnimation.State
Method Documentation
QAbstractAnimation.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
int QAbstractAnimation.currentLoop (self)
int QAbstractAnimation.currentLoopTime (self)
int QAbstractAnimation.currentTime (self)
Direction QAbstractAnimation.direction (self)
int QAbstractAnimation.duration (self)
This method is abstract and should be reimplemented in any sub-class.
bool QAbstractAnimation.event (self, QEvent)
QAnimationGroup QAbstractAnimation.group (self)
int QAbstractAnimation.loopCount (self)
QAbstractAnimation.pause (self)
This method is also a Qt slot with the C++ signature void pause().
QAbstractAnimation.resume (self)
This method is also a Qt slot with the C++ signature void resume().
QAbstractAnimation.setCurrentTime (self, int)
This method is also a Qt slot with the C++ signature void setCurrentTime(int).
QAbstractAnimation.setDirection (self, Direction)
QAbstractAnimation.setLoopCount (self, int)
QAbstractAnimation.setPaused (self, bool)
This method is also a Qt slot with the C++ signature void setPaused(bool).
QAbstractAnimation.start (self, DeletionPolicy policy = QAbstractAnimation.KeepWhenStopped)
This method is also a Qt slot with the C++ signature void start(QAbstractAnimation::DeletionPolicy = QAbstractAnimation.KeepWhenStopped).
State QAbstractAnimation.state (self)
QAbstractAnimation.stop (self)
This method is also a Qt slot with the C++ signature void stop().
int QAbstractAnimation.totalDuration (self)
QAbstractAnimation.updateCurrentTime (self, int)
This method is abstract and should be reimplemented in any sub-class.
QAbstractAnimation.updateDirection (self, Direction)
QAbstractAnimation.updateState (self, State, State)
Qt Signal Documentation
void currentLoopChanged (int)
This is the default overload of this signal.
void directionChanged (QAbstractAnimation::Direction)
This is the default overload of this signal.
void finished ()
This is the default overload of this signal.
void stateChanged (QAbstractAnimation::State,QAbstractAnimation::State)
This is the default overload of this signal.