photosgallery/viewframework/views/listview/inc/glxlistviewimp.h
branchRCL_3
changeset 11 71da52165949
parent 9 6b87b143d312
child 12 ce1c7ad1f18b
equal deleted inserted replaced
9:6b87b143d312 11:71da52165949
   142 	  * Destroys the View Widget and Model for List Widget
   142 	  * Destroys the View Widget and Model for List Widget
   143 	  */
   143 	  */
   144 	 void DestroyListViewWidget();
   144 	 void DestroyListViewWidget();
   145 
   145 
   146 protected:
   146 protected:
   147     void PreviewTNReadyL(CFbsBitmap* aBitmap, CFbsBitmap* aMask, TInt aIndex);
   147     void PreviewTNReadyL(CFbsBitmap* aBitmap, CFbsBitmap* aMask, TBool aPopulateList);
   148     	 
   148     	 
   149 protected:
   149 protected:
   150     void Request(TInt aRequestStart, TInt aRequestEnd, THgScrollDirection aDirection);
   150     void Request(TInt aRequestStart, TInt aRequestEnd, THgScrollDirection aDirection);
   151     void RequestL(TInt aRequestStart, TInt aRequestEnd);
   151     void RequestL(TInt aRequestStart, TInt aRequestEnd);
   152     void Release(TInt aReleaseStart, TInt aReleaseEnd);
   152     void Release(TInt aReleaseStart, TInt aReleaseEnd);
   202     /// The animation being applied to the view
   202     /// The animation being applied to the view
   203     MGlxAnimation* iViewAnimation;
   203     MGlxAnimation* iViewAnimation;
   204     
   204     
   205     TBool iPopulateListTNs;
   205     TBool iPopulateListTNs;
   206 	
   206 	
       
   207     // Flag to check if all the items in list view need to be refreshed
       
   208     TBool iIsRefreshNeeded;
       
   209 
   207     TBool iBackwardNavigation;
   210     TBool iBackwardNavigation;
   208 
   211 
   209     TInt iStartIndex;
   212     TInt iStartIndex;
   210 
   213 
   211     TInt iLastFocusedIndex;
   214     TInt iLastFocusedIndex;