Home · All Classes · Main Classes · Deprecated
Public Member Functions

MAnimationCreatorBase Class Reference

Inherited by MAnimationCreator< ANIMATION >.

List of all members.

Public Member Functions

 MAnimationCreatorBase (const char *animationClassName)
virtual ~MAnimationCreatorBase ()
virtual QAbstractAnimationcreate () const =0

Detailed Description

Interface for MAnimationCreators you can implement your own creator or use MAnimationCreator template class with M_REGISTER_ANIMATION-macro.


Constructor & Destructor Documentation

MAnimationCreatorBase::MAnimationCreatorBase ( const char *  animationClassName  ) 

Constructor Registers this creator instance to MClassFactory.

MAnimationCreatorBase::~MAnimationCreatorBase (  )  [virtual]

Destructor Unregisters this creator instance from MClassFactory.


Member Function Documentation

virtual QAbstractAnimation* MAnimationCreatorBase::create (  )  const [pure virtual]

Returns a new animation instance. Ownership is transferred to caller.

Implemented in MAnimationCreator< ANIMATION >.


Copyright © 2010 Nokia Corporation
MeeGo Touch