ui/views/fullscreenview/inc/glxfullscreenview.h
changeset 26 c499df2dbb33
parent 24 99ad1390cd33
child 29 2c833fc9e98f
--- a/ui/views/fullscreenview/inc/glxfullscreenview.h	Fri Apr 16 14:58:46 2010 +0300
+++ b/ui/views/fullscreenview/inc/glxfullscreenview.h	Mon May 03 12:31:32 2010 +0300
@@ -39,7 +39,7 @@
 //User Defined forward declartion
 class GlxZoomSlider;
 class GlxZoomControl;
-class CGlxHdmiController;
+class GlxTvOutWrapper;
 
 class GlxFullScreenView : public GlxView
 {
@@ -105,31 +105,31 @@
     void createUiControl();
     void setImageStripModel();
     
-    /*
-     * Called when an item is highlighted.
-     */
-    void SetImageToHdmiL();    
     void loadFullScreenToolBar();
     void imageSelectionAnimation(const QModelIndex &index);
-    
+    int getSubState();
+    void setHdmiModel(QAbstractItemModel *model);
 private:
     QAbstractItemModel  *mModel;   //no ownership
     HbMainWindow        *mWindow;  //no ownership
     GlxCoverFlow        *mCoverFlow;
     HbGridView          *mImageStrip;
-    bool                mUiOff;        // to check the current status of ui on / off
     QTimer              *mUiOffTimer;  //use for ui off after 30 sec
     HbIconItem          *mIconItem ;   //temporary item for play the image strip select animation
-	  //for Zoom
+    GlxTvOutWrapper     *mTvOutWrapper;
+    HbToolBar           *mFullScreenToolBar; //Fullscreen Toolbar
+    HbAction            *mFlipAction; //Action : it starts activates the details view
+    HbAction            *mSendAction;
+    HbAction            *mDeleteAction;
+    HbAction            *mUseImageAction;
+
+    //for Zoom
     HbPushButton        *mZmPushButton;
     GlxZoomSlider       *mZoomSlider;
     GlxZoomControl      *mZoomControl;
     HbDocumentLoader    *mDocLoader;
-    CGlxHdmiController* iHdmiController;
-    HbToolBar *mFullScreenToolBar; //Fullscreen Toolbar
-    HbAction *mFlipAction; //Action : it starts activates the details view
-    HbAction *mSendAction;
-    HbAction *mDeleteAction;
+  
+    bool                mUiOff;        // to check the current status of ui on / off
 };
 
 #endif /* GLXFULLSCREENVIEW_H_ */