ui/viewutilities/effectplugin/inc/glxflipeffectplugin.h
changeset 45 863223ea6961
parent 43 72396548277c
--- a/ui/viewutilities/effectplugin/inc/glxflipeffectplugin.h	Fri Jun 11 17:53:15 2010 +0530
+++ b/ui/viewutilities/effectplugin/inc/glxflipeffectplugin.h	Fri Jun 25 15:41:33 2010 +0530
@@ -45,23 +45,12 @@
     void setUpItems( QList< QGraphicsItem * > &  items );
     
     /*
-     * second animation will be run later
-     */    
-    bool isAnimationLater(int index) ;
-    
-    /*
-     *  return the second animation object to play the flip show animation
-     */
-    QGraphicsItem * animationItem() ;
-    
-    /*
      * get the name of the effect, use to shown in the slide show setting view
      */
-    static QString effectName() { return QString ("Flip") ; }
+    static QString effectName();
 	
 private :
     QList <QString > mEffectFileList;
-    QGraphicsItem *mItem;
 };
 
 #endif /*GLXFLIPEFFECTPLUGIN_H*/