--- a/ui/views/fullscreenview/inc/glxcoverflow.h Fri Jun 11 13:38:23 2010 +0300
+++ b/ui/views/fullscreenview/inc/glxcoverflow.h Wed Jun 23 18:12:48 2010 +0300
@@ -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_ */