PauseAnimation
Qt Base Class: QPauseAnimation
Signature: QPauseAnimation(self, msecs: int, parent: Optional[PySide6.QtCore.QObject] = None) -> None
QPauseAnimation(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
AbstractAnimationMixin prettyqt.core.abstractanimation The base of all animations. |
||
QPauseAnimation PySide6.QtCore QPauseAnimation(self, msecs: int, parent: Optional[PySide6.QtCore.QObject] \= None) -> None |
⋔ Inheritance diagram
graph TD
1473299840400["core.PauseAnimation"]
1473299791600["core.AbstractAnimationMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473289071600["QtCore.QPauseAnimation"]
1473289055008["QtCore.QAbstractAnimation"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473299791600 --> 1473299840400
1473299815024 --> 1473299791600
140713234304496 --> 1473299815024
1473289071600 --> 1473299840400
1473289055008 --> 1473289071600
1473288842240 --> 1473289055008
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: AbstractAnimationMixin
, QPauseAnimation
Pause for QSequentialAnimationGroup.
Source code in prettyqt\core\pauseanimation.py
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString | |
state |
QAbstractAnimation::State | |
loopCount |
int | |
currentTime |
int | |
currentLoop |
int | |
direction |
QAbstractAnimation::Direction | |
duration |
int | |
duration |
int |