equal
deleted
inserted
replaced
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; |