ui/views/fullscreenview/inc/glxfullscreenview.h
changeset 45 863223ea6961
parent 42 5e1df1b52eb3
child 50 a0f57508af73
child 55 fb37077c270f
--- a/ui/views/fullscreenview/inc/glxfullscreenview.h	Fri Jun 11 17:53:15 2010 +0530
+++ b/ui/views/fullscreenview/inc/glxfullscreenview.h	Fri Jun 25 15:41:33 2010 +0530
@@ -106,9 +106,10 @@
     void setImageStripModel();
     
     void loadFullScreenToolBar();
-    void imageSelectionAnimation(const QModelIndex &index);
+    void addToolBarAction( int commandId, const QString &iconName, const QString &name) ;
+    void imageSelectionAnimation( const QModelIndex &index );
     int getSubState();
-    void setHdmiModel(QAbstractItemModel *model);
+    void setHdmiModel( QAbstractItemModel *model );
 private:
     QAbstractItemModel  *mModel;   //no ownership
     HbMainWindow        *mWindow;  //no ownership
@@ -118,11 +119,6 @@
     HbIconItem          *mIconItem ;   //temporary item for play the image strip select animation
     GlxTvOutWrapper     *mTvOutWrapper;
     HbToolBar           *mFullScreenToolBar; //Fullscreen Toolbar
-    HbAction            *mFlipAction; //Action : it starts activates the details view
-    HbAction            *mSendAction;
-    HbAction            *mDeleteAction;
-    HbAction            *mUseImageAction;
-
     //for Zoom
 	GlxZoomWidget		*mZoomWidget;
     HbDocumentLoader    *mDocLoader;