Home · All Classes · Modules

QAbstractAnimation Class Reference
[QtCore module]

Inherits QObject.

Inherited by QAnimationGroup, QPauseAnimation and QVariantAnimation.

Types

Methods

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.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0