ui/views/fullscreenview/inc/glxcoverflow.h
changeset 33 1ee2af37811f
parent 29 2c833fc9e98f
child 36 6481344a6d67
--- a/ui/views/fullscreenview/inc/glxcoverflow.h	Fri May 14 15:52:22 2010 +0300
+++ b/ui/views/fullscreenview/inc/glxcoverflow.h	Thu May 27 12:51:42 2010 +0300
@@ -62,8 +62,11 @@
     void partiallyCreate(QAbstractItemModel *model, QSize itemSize);
 	void setCoverFlow();
     void ClearCoverFlow();
+	void setMultitouchFilter(QGraphicsItem* multitouchFilter);
 		    
 public slots:
+	void zoomStarted(int index);
+	void zoomFinished(int index);
 
 signals :
     void coverFlowEvent(GlxCoverFlowEvent e);
@@ -116,6 +119,8 @@
     QAbstractItemModel *mModel;
     GlxUserMove mMoveDir;
     int mSpeed;        
+	bool mZoomOn;
+	QGraphicsItem* mMultitouchFilter;
 };
 
 #endif /* GLXCOVERFLOW_H_ */