ui/views/fullscreenview/inc/glxcoverflow.h
changeset 44 aa2fa096cbfb
parent 43 72396548277c
child 45 863223ea6961
--- a/ui/views/fullscreenview/inc/glxcoverflow.h	Fri May 28 21:11:54 2010 +0530
+++ b/ui/views/fullscreenview/inc/glxcoverflow.h	Fri Jun 11 17:53:15 2010 +0530
@@ -73,6 +73,7 @@
     void changeSelectedIndex(const QModelIndex &index);
     void autoLeftMoveSignal();
     void autoRightMoveSignal();
+    void doubleTapEventReceived(QPointF position);
 
 protected slots:
     void panGesture ( const QPointF & delta )  ;
@@ -102,6 +103,7 @@
     //reset all the data of cover flow
     void resetCoverFlow();
     int getSubState();
+    void timerEvent(QTimerEvent *event);
 
 private:
 	HbIconItem *mIconItem[NBR_ICON_ITEM];      //at most contain only five item
@@ -119,6 +121,7 @@
     int mSpeed;        
 	bool mZoomOn;
 	QGraphicsItem* mMultitouchFilter;
+    int mTimerId;
 };
 
 #endif /* GLXCOVERFLOW_H_ */