photosgallery/viewframework/views/listview/inc/glxlistviewimp.h
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
child 9 6b87b143d312
--- a/photosgallery/viewframework/views/listview/inc/glxlistviewimp.h	Thu Jan 07 12:46:23 2010 +0200
+++ b/photosgallery/viewframework/views/listview/inc/glxlistviewimp.h	Mon Jan 18 20:19:20 2010 +0200
@@ -27,7 +27,6 @@
 #include "glxlistview.h"
 #include "glxpreviewthumbnailbinding.h"
 
-#include <glxthumbnailcontext.h>         // Fetch context to retrieve thumbnails
 #include <glxmedialistiterator.h>        // Interface for going through items in
 
 #include <ganes/HgScrollBufferObserverIface.h>
@@ -149,6 +148,7 @@
     	 
 protected:
     void Request(TInt aRequestStart, TInt aRequestEnd, THgScrollDirection aDirection);
+    void RequestL(TInt aRequestStart, TInt aRequestEnd);
     void Release(TInt aReleaseStart, TInt aReleaseEnd);
 
 protected:
@@ -190,9 +190,6 @@
     // Fetch context for retrieving subtitle
     CGlxDefaultAttributeContext* iSubtitleAttributeContext;
 	
-	// Thumbnail context
-	CGlxThumbnailContext* iThumbnailContext; //Own
-
 	// for thumbnail context
 	TGlxSequentialIterator iThumbnailIterator;
 
@@ -207,6 +204,8 @@
     
     TBool iPopulateListTNs;
 	
+    TBool iBackwardNavigation;
+
     TInt iStartIndex;
 
     TInt iLastFocusedIndex;