diff -r d0b4e67b3a60 -r f291796e213d ui/views/fullscreenview/inc/glxfullscreenview.h --- 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;