ui/viewutilities/effectplugin/inc/glxflipeffectplugin.h
changeset 45 863223ea6961
parent 43 72396548277c
equal deleted inserted replaced
44:aa2fa096cbfb 45:863223ea6961
    43      * setup the item postion and set the mItem value
    43      * setup the item postion and set the mItem value
    44      */
    44      */
    45     void setUpItems( QList< QGraphicsItem * > &  items );
    45     void setUpItems( QList< QGraphicsItem * > &  items );
    46     
    46     
    47     /*
    47     /*
    48      * second animation will be run later
       
    49      */    
       
    50     bool isAnimationLater(int index) ;
       
    51     
       
    52     /*
       
    53      *  return the second animation object to play the flip show animation
       
    54      */
       
    55     QGraphicsItem * animationItem() ;
       
    56     
       
    57     /*
       
    58      * get the name of the effect, use to shown in the slide show setting view
    48      * get the name of the effect, use to shown in the slide show setting view
    59      */
    49      */
    60     static QString effectName() { return QString ("Flip") ; }
    50     static QString effectName();
    61 	
    51 	
    62 private :
    52 private :
    63     QList <QString > mEffectFileList;
    53     QList <QString > mEffectFileList;
    64     QGraphicsItem *mItem;
       
    65 };
    54 };
    66 
    55 
    67 #endif /*GLXFLIPEFFECTPLUGIN_H*/
    56 #endif /*GLXFLIPEFFECTPLUGIN_H*/
    68 
    57