Home · All Classes · Main Classes · Deprecated |
MGroupAnimation provides an base class for groups of animations. More...
Inherits MAnimation.
Inherited by MWidgetAnimation.
Public Types | |
enum | Type { Parallel, Sequential } |
Public Member Functions | |
MGroupAnimation (MGroupAnimation::Type type=Parallel, QObject *parent=NULL) | |
virtual | ~MGroupAnimation () |
Protected Member Functions | |
MGroupAnimation (MGroupAnimationPrivate *dd, MGroupAnimation::Type type=Parallel, QObject *parent=0) | |
QAnimationGroup * | group () |
const QAnimationGroup * | group () const |
MGroupAnimation provides an base class for groups of animations.
MGroupAnimation::MGroupAnimation | ( | MGroupAnimationPrivate * | dd, | |
MGroupAnimation::Type | type = Parallel , |
|||
QObject * | parent = 0 | |||
) | [protected] |
Constructs the animation with parallel animation group inside.
This constructor is meant to be used inside the libmeegotouch to share the private data class pointer.
MGroupAnimation::MGroupAnimation | ( | MGroupAnimation::Type | type = Parallel , |
|
QObject * | parent = NULL | |||
) |
Constructs the animation with paraller animation group inside.
MGroupAnimation::~MGroupAnimation | ( | ) | [virtual] |
Destructs the animation and all subanimations.
QAnimationGroup * MGroupAnimation::group | ( | ) | [protected] |
Getter for the main animation group.
Derived classes can use this to populate the animation group hierarchy.
Reimplemented from QAbstractAnimation.
const QAnimationGroup * MGroupAnimation::group | ( | ) | const [protected] |
Const getter for the main animation group.
Copyright © 2010 Nokia Corporation | MeeGo Touch |