ui/views/fullscreenview/inc/glxfullscreenview.h
changeset 69 45459746d5e8
parent 58 383b67fbdb11
--- a/ui/views/fullscreenview/inc/glxfullscreenview.h	Mon Sep 20 12:39:08 2010 +0530
+++ b/ui/views/fullscreenview/inc/glxfullscreenview.h	Mon Sep 27 15:13:20 2010 +0530
@@ -65,6 +65,15 @@
     ~GlxFullScreenView();
     
     /**
+     * initializeView() - Initialize the coverflow and partially creates the coverflow with one image
+     * to make the widget light weight in order to make transition smooth
+     * and also loads the widgets. 
+     * @param - pointer of model to retreive the view releted data
+     * @parm - previous view pointer to get the staus of fullscreen mode of the view
+     */
+    void initializeView( QAbstractItemModel *model, GlxView *preView );    
+    
+    /**
      * activate()
      * ///From GlxView
      */
@@ -75,15 +84,6 @@
      * ///From GlxView
      */
     void deActivate();
-
-    /**
-     * initializeView() - Initialize the coverflow and partially creates the coverflow with one image
-     * to make the widget light weight in order to make transition smooth
-     * and also loads the widgets. 
-     * @param - pointer of model to retreive the view releted data
-     * @parm - previous view pointer to get the staus of fullscreen mode of the view
-     */
-    void initializeView( QAbstractItemModel *model, GlxView *preView );
     
     /**
      * resetView() - resets the view, with just one icon being present in the widget
@@ -122,11 +122,6 @@
     void orientationChanged( Qt::Orientation );
     
     /**
-     * activateUI() - To show the ui content like status bar, toolbar, and imzge strip.
-     */
-    void activateUI();
-    
-    /**
      * hideUi() - To hide the ui content like status bar, toolbar, and imzge strip.
      */
     void hideUi();
@@ -170,11 +165,6 @@
     void released(const QModelIndex &index );
 
     /**
-     * setVisvalWindowIndex() - Set the viisual window index of medialist.
-     */
-    void setVisvalWindowIndex();
-    
-    /**
      * coverFlowEventHandle() -  Handle the event generated by cover flow.
      * @param - cover flow event type
      */
@@ -205,8 +195,7 @@
      void zoomOrientChangeAnimFinished( const HbEffect::EffectStatus status );
     
     /**
-     * effectFinished -  call back when ui on\off effect has finished
-     * @param - staus of effect
+     * handleToolBarAction() -  call back to handle fullscreen tool bar action 
      */
     void handleToolBarAction();
     
@@ -239,6 +228,11 @@
     void setLayout();
     
     /**
+     * activateUI() - To show the ui content like status bar, toolbar, and imzge strip.
+     */
+    void activateUI();
+    
+    /**
      * addConnection() - Add the call back of the widgets.
      */
     void addConnection();
@@ -254,6 +248,12 @@
     void setImageStripModel();
     
     /**
+     * setHdmiModel() - set the image strip model.
+     * @param - model
+     */
+    void setHdmiModel( QAbstractItemModel *model );    
+    
+    /**
      * loadFullScreenToolBar() - load the fullscreen tool bar from the docml.
      */
     void loadFullScreenToolBar();
@@ -267,6 +267,11 @@
     void addToolBarAction( int commandId, const QString &iconName, const QString &name) ;
     
     /**
+     * setVisvalWindowIndex() - Set the viisual window index of medialist.
+     */
+    void setVisvalWindowIndex();    
+    
+    /**
      * initAnimationItem() - Initialise the custom animation item.
      */
     void initAnimationItem();
@@ -296,12 +301,6 @@
      */
     int getSubState();
     
-    /**
-     * setHdmiModel() - set the image strip model.
-     * @param - model
-     */
-    void setHdmiModel( QAbstractItemModel *model );
-    
 private:
     QAbstractItemModel  *mModel;   //no ownership
     HbMainWindow        *mWindow;  //no ownership