ui/views/gridview/inc/glxgridview.h
changeset 24 99ad1390cd33
parent 23 74c9f037fd5d
child 26 c499df2dbb33
--- a/ui/views/gridview/inc/glxgridview.h	Fri Mar 19 09:28:59 2010 +0200
+++ b/ui/views/gridview/inc/glxgridview.h	Fri Apr 16 14:58:46 2010 +0300
@@ -43,6 +43,7 @@
     ~GlxGridView();
     void activate() ;
     void deActivate();
+    void initializeView(QAbstractItemModel *model);
     void setModel(QAbstractItemModel *model);
     void addToolBar( HbToolBar *toolBar );
     void enableMarking() ;
@@ -54,7 +55,6 @@
 public slots:
     void itemSelected(const QModelIndex &  index);
     void setVisvalWindowIndex();
-    void scrollPositionChange (QPointF newPosition, Qt::Orientations importantDimensions);
     /*
      * This loads the docml and retrives the widgets from the 
      * docml corresponding to the present orentation 
@@ -71,6 +71,7 @@
 private:
     void addViewConnection();
     void removeViewConnection();
+    void resetItemTransform();
   
 private:
 	HbGridView          *mGridView; 
@@ -79,7 +80,7 @@
 	QAbstractItemModel  *mModel ;
 	int mVisualIndex;             //first item index of the page //To:Do remove later
 	HbAbstractViewItem   *mItem;
-    HbDocumentLoader     *mDocLoader; //Docml loader to load the widgets from docml    
+    HbDocumentLoader     *mDocLoader; //Docml loader to load the widgets from docml 
 };
 
 #endif /* GLXGRIDVIEW_H_ */