diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h --- a/photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h Wed Apr 14 15:57:24 2010 +0300 +++ b/photosgallery/viewframework/views/gridview/inc/glxgridviewmlobserver.h Tue Apr 27 16:37:53 2010 +0300 @@ -21,6 +21,7 @@ // Photos Headers #include +#include // FORWARD DECLARATIONS class CGlxMediaList; @@ -41,7 +42,8 @@ * @return Pointer to newly created object. */ IMPORT_C static CGlxGridViewMLObserver* NewL(MGlxMediaList& aMediaList, - CHgGrid* aHgGrid); + CHgGrid* aHgGrid, TGlxFilterItemType aFilterType = + EGlxFilterVideoAndImages); /** * Destructor. @@ -69,7 +71,8 @@ /** * C++ default constructor. */ - CGlxGridViewMLObserver(MGlxMediaList& aMediaList,CHgGrid* aHgGrid); + CGlxGridViewMLObserver(MGlxMediaList& aMediaList, CHgGrid* aHgGrid, + TGlxFilterItemType aFilterType); /** * By default Symbian 2nd phase constructor is private. @@ -133,5 +136,7 @@ //Grid Thumbnail Attribs TMPXAttribute iQualityTnAttrib; TMPXAttribute iSpeedTnAttrib; + // Filtertype, Image / Video + TGlxFilterItemType iFilterType; }; #endif //GLXGRIDVIEWMLOBSERVER_H_