Home · All Classes · Main Classes · Deprecated |
Inherited by MEffectCreator< EFFECT >.
Public Member Functions | |
MEffectCreatorBase (const char *effectClassName) | |
virtual | ~MEffectCreatorBase () |
virtual QGraphicsEffect * | create () const =0 |
Interface for MEffectCreators you can implement your own creator or use MEffectCreator template class with M_REGISTER_EFFECT-macro.
MEffectCreatorBase::MEffectCreatorBase | ( | const char * | effectClassName | ) |
Constructor Registers this creator instance to MClassFactory.
MEffectCreatorBase::~MEffectCreatorBase | ( | ) | [virtual] |
Destructor Unregisters this creator instance from MClassFactory.
virtual QGraphicsEffect* MEffectCreatorBase::create | ( | ) | const [pure virtual] |
Returns a new graphics effect instance. Ownership is transferred to caller.
Implemented in MEffectCreator< EFFECT >.
Copyright © 2010 Nokia Corporation | MeeGo Touch |