| Home · All Classes · Main Classes · Deprecated |
MOrientationAnimation class provides abstract interface for orientation animations. More...
Inherits MParallelAnimationGroup.
Signals | |
| void | orientationChanged () |
Public Member Functions | |
| virtual | ~MOrientationAnimation () |
| void | setRootElement (QGraphicsWidget *rootElement) |
| virtual void | addSceneWindow (MSceneWindow *window)=0 |
| virtual void | removeSceneWindow (MSceneWindow *window)=0 |
| virtual void | setTargetRotationAngle (M::OrientationAngle start, M::OrientationAngle end)=0 |
Protected Member Functions | |
| MOrientationAnimation (MOrientationAnimationPrivate *d, QObject *parent) | |
| QGraphicsWidget * | rootElement () |
| virtual void | rootElementChanged () |
MOrientationAnimation class provides abstract interface for orientation animations.
| MOrientationAnimation::MOrientationAnimation | ( | MOrientationAnimationPrivate * | d, | |
| QObject * | parent | |||
| ) | [protected] |
Constructs the orientation animation.
| virtual MOrientationAnimation::~MOrientationAnimation | ( | ) | [inline, virtual] |
Destroys the orientation animation.
| virtual void MOrientationAnimation::addSceneWindow | ( | MSceneWindow * | window | ) | [pure virtual] |
Add new scene window to animation.
| void MOrientationAnimation::orientationChanged | ( | ) | [signal] |
Signals that orientation has changed.
| virtual void MOrientationAnimation::removeSceneWindow | ( | MSceneWindow * | window | ) | [pure virtual] |
Remove scene window from animation.
| QGraphicsWidget * MOrientationAnimation::rootElement | ( | ) | [protected] |
Returns the root element which contains all scene windows.
| void MOrientationAnimation::rootElementChanged | ( | ) | [protected, virtual] |
Notification of root element change.
| void MOrientationAnimation::setRootElement | ( | QGraphicsWidget * | rootElement | ) |
Sets the root element which contains all scene windows.
| virtual void MOrientationAnimation::setTargetRotationAngle | ( | M::OrientationAngle | start, | |
| M::OrientationAngle | end | |||
| ) | [pure virtual] |
Sets target angle for rotation.
| Copyright © 2010 Nokia Corporation | MeeGo Touch |