diff -r 2c833fc9e98f -r 1ee2af37811f ui/views/effectengine/effectplugin/inc/glxforwardtransitionplugin.h --- a/ui/views/effectengine/effectplugin/inc/glxforwardtransitionplugin.h Fri May 14 15:52:22 2010 +0300 +++ b/ui/views/effectengine/effectplugin/inc/glxforwardtransitionplugin.h Thu May 27 12:51:42 2010 +0300 @@ -27,9 +27,25 @@ GlxForwardTransitionPlugin(); ~GlxForwardTransitionPlugin(); QList getEffectFileList() { return mEffectFileList; } + + /* + * setup the item postion and set the mItem value + */ + void setUpItems( QList< QGraphicsItem * > & items ); + /* + * second animation will be run later + */ + bool isAnimationLater(int index) ; + + QGraphicsItem * animationItem() + { + mItem->show(); + return mItem ; + } private : QList mEffectFileList; + QGraphicsItem *mItem; }; #endif /*GLXFORWARDTRANSITIONPLUGIN_H*/