Home

QtParallelAnimationGroup Class Reference
[QtCore module]

The QtParallelAnimationGroup class provides a parallel group of animations. More...

 #include <QtParallelAnimationGroup>

This class is under development and is subject to change.

Inherits QtAnimationGroup.

Public Functions

Additional Inherited Members


Detailed Description

The QtParallelAnimationGroup class provides a parallel group of animations.

The animations are all started at the same time, and run in parallel. The animation group finishes when the longest lasting animation has finished.


Member Function Documentation

QtParallelAnimationGroup::QtParallelAnimationGroup ( QObject * parent = 0 )

Constructs a QtParallelAnimationGroup. parent is passed to QObject's constructor.

QtParallelAnimationGroup::~QtParallelAnimationGroup ()

Destroys the animation group. It will also destroy all its animations.


Copyright © 2009 Nokia Trademarks
Qt Solutions