QAnimationGroup Class Reference
[QtCore module]
Inherits QAbstractAnimation.
Inherited by QParallelAnimationGroup and QSequentialAnimationGroup.
Methods
Detailed Description
Method Documentation
QAnimationGroup.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QAnimationGroup.addAnimation (self, QAbstractAnimation)
The QAbstractAnimation argument has it's ownership transferred to Qt.
QAbstractAnimation QAnimationGroup.animationAt (self, int)
int QAnimationGroup.animationCount (self)
QAnimationGroup.clear (self)
bool QAnimationGroup.event (self, QEvent)
int QAnimationGroup.indexOfAnimation (self, QAbstractAnimation)
QAnimationGroup.insertAnimation (self, int, QAbstractAnimation)
The QAbstractAnimation argument has it's ownership transferred to Qt.
QAnimationGroup.removeAnimation (self, QAbstractAnimation)
The QAbstractAnimation argument
QAbstractAnimation QAnimationGroup.takeAnimation (self, int)
The QAbstractAnimation result