Home · All Classes · Main Classes · Deprecated
Signals | Public Member Functions | Protected Member Functions

MOrientationAnimation Class Reference

MOrientationAnimation class provides abstract interface for orientation animations. More...

Inherits MParallelAnimationGroup.

List of all members.

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)
QGraphicsWidgetrootElement ()
virtual void rootElementChanged ()

Detailed Description

MOrientationAnimation class provides abstract interface for orientation animations.


Constructor & Destructor Documentation

MOrientationAnimation::MOrientationAnimation ( MOrientationAnimationPrivate *  d,
QObject parent 
) [protected]

Constructs the orientation animation.

virtual MOrientationAnimation::~MOrientationAnimation (  )  [inline, virtual]

Destroys the orientation animation.


Member Function Documentation

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