ui/views/fullscreenview/inc/glxfullscreenview.h
changeset 50 a0f57508af73
parent 45 863223ea6961
child 52 a3a4c0de738e
--- a/ui/views/fullscreenview/inc/glxfullscreenview.h	Fri Jun 25 15:41:33 2010 +0530
+++ b/ui/views/fullscreenview/inc/glxfullscreenview.h	Sat Jul 10 00:59:39 2010 +0530
@@ -26,6 +26,9 @@
 //User Defined Includes
 #include <glxview.h>
 #include <glxcoverflow.h>
+
+#define NBR_ANIM_ITEM 2
+
 //Orbit/Qt forward declartion
 class QTimer;
 class HbAction;
@@ -54,7 +57,7 @@
      * to make the widget light weight in order to make transition smooth
      * and also loads the widgets. 
      */
-    void initializeView(QAbstractItemModel *model);
+    void initializeView( QAbstractItemModel *model, GlxView *preView );
     
    /*
      * resets the view, with just one icon being present in the widget
@@ -116,7 +119,7 @@
     GlxCoverFlow        *mCoverFlow;
     HbGridView          *mImageStrip;
     QTimer              *mUiOffTimer;  //use for ui off after 30 sec
-    HbIconItem          *mIconItem ;   //temporary item for play the image strip select animation
+    HbIconItem          *mIconItems[ NBR_ANIM_ITEM ] ;   //temporary item for play the image strip select animation
     GlxTvOutWrapper     *mTvOutWrapper;
     HbToolBar           *mFullScreenToolBar; //Fullscreen Toolbar
     //for Zoom