ui/views/fullscreenview/inc/glxfullscreenview.h
changeset 52 a3a4c0de738e
parent 50 a0f57508af73
child 54 0f0f3f26f787
equal deleted inserted replaced
50:a0f57508af73 52:a3a4c0de738e
   109     void setImageStripModel();
   109     void setImageStripModel();
   110     
   110     
   111     void loadFullScreenToolBar();
   111     void loadFullScreenToolBar();
   112     void addToolBarAction( int commandId, const QString &iconName, const QString &name) ;
   112     void addToolBarAction( int commandId, const QString &iconName, const QString &name) ;
   113     void imageSelectionAnimation( const QModelIndex &index );
   113     void imageSelectionAnimation( const QModelIndex &index );
       
   114     void cancelSelectionAnimation( );
   114     int getSubState();
   115     int getSubState();
   115     void setHdmiModel( QAbstractItemModel *model );
   116     void setHdmiModel( QAbstractItemModel *model );
       
   117     
   116 private:
   118 private:
   117     QAbstractItemModel  *mModel;   //no ownership
   119     QAbstractItemModel  *mModel;   //no ownership
   118     HbMainWindow        *mWindow;  //no ownership
   120     HbMainWindow        *mWindow;  //no ownership
   119     GlxCoverFlow        *mCoverFlow;
   121     GlxCoverFlow        *mCoverFlow;
   120     HbGridView          *mImageStrip;
   122     HbGridView          *mImageStrip;