| Home · All Classes · Main Classes · Deprecated |
Inherited by MAnimationCreator< ANIMATION >.
Public Member Functions | |
| MAnimationCreatorBase (const char *animationClassName) | |
| virtual | ~MAnimationCreatorBase () |
| virtual QAbstractAnimation * | create () const =0 |
Interface for MAnimationCreators you can implement your own creator or use MAnimationCreator template class with M_REGISTER_ANIMATION-macro.
| MAnimationCreatorBase::MAnimationCreatorBase | ( | const char * | animationClassName | ) |
Constructor Registers this creator instance to MClassFactory.
| MAnimationCreatorBase::~MAnimationCreatorBase | ( | ) | [virtual] |
Destructor Unregisters this creator instance from MClassFactory.
| 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 |