ui/views/fullscreenview/inc/glxcoverflow.h
changeset 71 27f2d7aec52a
parent 62 36d93b4dc635
equal deleted inserted replaced
69:45459746d5e8 71:27f2d7aec52a
   147 	 * zoomFinished() - Call back about user has finished the zoom and come back 
   147 	 * zoomFinished() - Call back about user has finished the zoom and come back 
   148 	 * to coverflow.
   148 	 * to coverflow.
   149 	 *  @param - focus index.
   149 	 *  @param - focus index.
   150 	 */
   150 	 */
   151 	void zoomFinished( int index );
   151 	void zoomFinished( int index );
       
   152 
       
   153     /**
       
   154      * setOrientChangeAnim() - To set the playing status of orientation change animation
       
   155      * to coverflow.
       
   156      *  @param - focus index.
       
   157      */	
       
   158 	void setOrientChangeAnim( bool isPlaying ) { mIsOrientChangeAnim = isPlaying ; }
   152 
   159 
   153 signals :
   160 signals :
   154     /**
   161     /**
   155      * coverFlowEvent() - To emit signal about coverflow event happen like panning, zomming ( For ui off ),
   162      * coverFlowEvent() - To emit signal about coverflow event happen like panning, zomming ( For ui off ),
   156      * Tap ( for ui on/off ) etc.
   163      * Tap ( for ui on/off ) etc.
   373 	bool mZoomOn;
   380 	bool mZoomOn;
   374 	QGraphicsItem* mMultitouchFilter;
   381 	QGraphicsItem* mMultitouchFilter;
   375     int mTimerId;
   382     int mTimerId;
   376     bool mIsInit;
   383     bool mIsInit;
   377     bool mIsAutoMoving;
   384     bool mIsAutoMoving;
       
   385     bool mIsOrientChangeAnim;                 //To check status of orientation change animation.
   378 };
   386 };
   379 
   387 
   380 #endif /* GLXCOVERFLOW_H_ */
   388 #endif /* GLXCOVERFLOW_H_ */