class QKeyFrame#

A base class for handling keyframes. More

Synopsis#

Methods#

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 InterpolationType#
__init__()#
__init__(coords)
Parameters:

coordsQVector2D

__init__(coords, lh, rh)
Parameters:
coordinates()#
Return type:

QVector2D

interpolationType()#
Return type:

InterpolationType

leftControlPoint()#
Return type:

QVector2D

__ne__(rhs)#
Parameters:

rhsQKeyFrame

Return type:

bool

__eq__(rhs)#
Parameters:

rhsQKeyFrame

Return type:

bool

rightControlPoint()#
Return type:

QVector2D

setCoordinates(coords)#
Parameters:

coordsQVector2D

setInterpolationType(interp)#
Parameters:

interpInterpolationType

setLeftControlPoint(lh)#
Parameters:

lhQVector2D

setRightControlPoint(rh)#
Parameters:

rhQVector2D