ui/views/effectengine/effectplugin/inc/glxforwardtransitionplugin.h
changeset 42 5e1df1b52eb3
parent 23 74c9f037fd5d
--- a/ui/views/effectengine/effectplugin/inc/glxforwardtransitionplugin.h	Mon May 03 16:56:16 2010 +0530
+++ b/ui/views/effectengine/effectplugin/inc/glxforwardtransitionplugin.h	Mon May 17 13:35:26 2010 +0530
@@ -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*/