QKeyFrame#
A base class for handling keyframes. More…
Synopsis#
Functions#
def
coordinates
()def
interpolationType
()def
leftControlPoint
()def
__ne__
(rhs)def
__eq__
(rhs)def
rightControlPoint
()def
setCoordinates
(coords)def
setInterpolationType
(interp)def
setLeftControlPoint
(lh)def
setRightControlPoint
(rh)
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame#
PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame(coords)
PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame(coords, lh, rh)
- Parameters:
coords –
PySide6.QtGui.QVector2D
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.InterpolationType#
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.coordinates()#
- Return type:
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.interpolationType()#
- Return type:
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.leftControlPoint()#
- Return type:
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.__ne__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.__eq__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.rightControlPoint()#
- Return type:
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setCoordinates(coords)#
- Parameters:
coords –
PySide6.QtGui.QVector2D
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setInterpolationType(interp)#
- Parameters:
interp –
InterpolationType
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setLeftControlPoint(lh)#
- Parameters:
- PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setRightControlPoint(rh)#
- Parameters: