ui/views/fullscreenview/inc/glxfullscreenview.h
changeset 49 f291796e213d
parent 33 1ee2af37811f
child 50 a0f57508af73
child 55 fb37077c270f
--- a/ui/views/fullscreenview/inc/glxfullscreenview.h	Wed Jun 23 18:12:48 2010 +0300
+++ b/ui/views/fullscreenview/inc/glxfullscreenview.h	Tue Jul 06 14:16:16 2010 +0300
@@ -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;