Test build |
Test build |
MAbstractWidgetAnimation class is a base class for all widget animations. More...
#include <mabstractwidgetanimation.h>
Inherits MParallelAnimationGroup.
Public Types | |
| enum | TransitionDirection { In, Out } |
Public Member Functions | |
| MAbstractWidgetAnimation (QObject *parent=NULL) | |
| virtual | ~MAbstractWidgetAnimation () |
| virtual void | restoreTargetWidgetState ()=0 |
| virtual void | setTargetWidget (MWidgetController *widget) |
| virtual void | setTransitionDirection (MAbstractWidgetAnimation::TransitionDirection direction)=0 |
| MWidgetController * | targetWidget () |
| const MWidgetController * | targetWidget () const |
Protected Member Functions | |
| MAbstractWidgetAnimation (MAbstractWidgetAnimationPrivate *dd, QObject *parent) | |
MAbstractWidgetAnimation class is a base class for all widget animations.
| MAbstractWidgetAnimation::MAbstractWidgetAnimation | ( | MAbstractWidgetAnimationPrivate * | dd, | |
| QObject * | parent | |||
| ) | [protected] |
Constructs the widget animation.
This constructor is meant to be used inside the libmeegotouch to share the private data class pointer.
| MAbstractWidgetAnimation::MAbstractWidgetAnimation | ( | QObject * | parent = NULL |
) |
Constructs the widget animation.
| MAbstractWidgetAnimation::~MAbstractWidgetAnimation | ( | ) | [virtual] |
Destructs the widget animation.
| virtual void MAbstractWidgetAnimation::restoreTargetWidgetState | ( | ) | [pure virtual] |
Restores the properties of the target widget back to their original state, before the animation changed them.
| void MAbstractWidgetAnimation::setTargetWidget | ( | MWidgetController * | widget | ) | [virtual] |
| virtual void MAbstractWidgetAnimation::setTransitionDirection | ( | MAbstractWidgetAnimation::TransitionDirection | direction | ) | [pure virtual] |
| MWidgetController * MAbstractWidgetAnimation::targetWidget | ( | ) |
| const MWidgetController * MAbstractWidgetAnimation::targetWidget | ( | ) | const |
| MeeGo API |