QKeyFrame#

A base class for handling keyframes. More

Synopsis#

Functions#

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:
PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.InterpolationType#
PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.coordinates()#
Return type:

PySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.interpolationType()#
Return type:

InterpolationType

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.leftControlPoint()#
Return type:

PySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.__ne__(rhs)#
Parameters:

rhsPySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

Return type:

bool

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.__eq__(rhs)#
Parameters:

rhsPySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

Return type:

bool

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.rightControlPoint()#
Return type:

PySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setCoordinates(coords)#
Parameters:

coordsPySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setInterpolationType(interp)#
Parameters:

interpInterpolationType

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setLeftControlPoint(lh)#
Parameters:

lhPySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setRightControlPoint(rh)#
Parameters:

rhPySide6.QtGui.QVector2D