![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QGraphicsItemAnimation class provides simple animation support for QGraphicsItem. More...
#include <QGraphicsItemAnimation>
Inherits QObject.
This class was introduced in Qt 4.2.
The QGraphicsItemAnimation class provides simple animation support for QGraphicsItem.
Constructs an animation object with the given parent.
Destroys the animation object.
This method is meant to be overridden by subclassed that needs to execute additional code after a new step has taken place.
This method is meant to be overridden by subclassed that needs to execute additional code before a new step takes place.
Clears the lists of points and transformations used for the animation, but retains the item and time line.
Returns the horizontal scale for the item at the specified step value.
See also setScaleAt().
Returns the horizontal shear for the item at the specified step value.
See also setShearAt().
Returns the item operated on by the animation object.
See also setItem().
Returns the matrix used to transform the item at the specified step value.
Returns the point corresponding to the given step value.
See also setPosAt().
Resets the item to its starting position and transformation.
Returns the angle at which the item is rotated at the specified step value.
See also setRotationAt().
Sets the specified item to be used in the animation.
See also item().
Sets the position of the item at the given step value to the point specified.
See also posAt().
Sets the rotation of the item at the given step value to the angle specified.
See also rotationAt().
Sets the scale of the item at the given step value using the horizontal and vertical scale factors specified by sx and sy.
See also verticalScaleAt() and horizontalScaleAt().
Sets the shear of the item at the given step value using the horizontal and vertical shear factors specified by sh and sv.
See also verticalShearAt() and horizontalShearAt().
Sets the current step value for the animation, causing the item to be transformed according to the specified parameter and the transformations previously set up for the animation.
Sets the time line object used to control the rate of animation to the timeLine specified.
See also timeLine().
Sets the translation of the item at the given step value using the horizontal and vertical coordinates specified by dx and dy.
See also xTranslationAt() and yTranslationAt().
Returns the time line object used to control the rate at which the animation occurs.
See also setTimeLine().
Returns the vertical scale for the item at the specified step value.
See also setScaleAt().
Returns the vertical shear for the item at the specified step value.
See also setShearAt().
Returns the horizontal translation of the item at the specified step value.
See also setTranslationAt().
Returns the vertical translation of the item at the specified step value.
See also setTranslationAt().
Copyright © 2006 Trolltech | Trademarks | Qt 4.2.0-snapshot-20060927 |