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