ui/views/effectengine/effectplugin/inc/glxforwardtransitionplugin.h
changeset 33 1ee2af37811f
parent 23 74c9f037fd5d
--- 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 <QString > 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 <QString > mEffectFileList;
+    QGraphicsItem *mItem;
 };
 
 #endif /*GLXFORWARDTRANSITIONPLUGIN_H*/