photosgallery/contentharvesterplugin/inc/glxcontentharvesterpluginmonths.h
changeset 2 7d9067c6fcb1
parent 1 9ba538e329bd
equal deleted inserted replaced
1:9ba538e329bd 2:7d9067c6fcb1
   112      * thumbnail to be shown
   112      * thumbnail to be shown
   113      */
   113      */
   114     TInt UpdateItem(TInt aItemIndex); 
   114     TInt UpdateItem(TInt aItemIndex); 
   115 
   115 
   116     /*
   116     /*
   117      * This Updates the thumbnail/Preview list with thumbnails already present
       
   118      */
       
   119     void HandleItemChanged();
       
   120 
       
   121     /*
       
   122      * This Function is called when the collection recives a focus and losses the focus
   117      * This Function is called when the collection recives a focus and losses the focus
   123      * @param aOn :True   : The collection is in focus
   118      * @param aOn :True   : The collection is in focus
   124      *            : False : The collection lost the focus 
   119      *            : False : The collection lost the focus 
   125      */
   120      */
   126     void ActivateL( TBool aOn );
   121     void ActivateL( TBool aOn );
   192      * Instance of CPS interface used for update with CPS.
   187      * Instance of CPS interface used for update with CPS.
   193      */
   188      */
   194     MLiwInterface* iCPSInterface;
   189     MLiwInterface* iCPSInterface;
   195     CLiwGenericParamList* iInParamList;
   190     CLiwGenericParamList* iInParamList;
   196     CLiwGenericParamList* iOutParamList;
   191     CLiwGenericParamList* iOutParamList;
   197     CPeriodic* iPeriodic;
       
   198 
   192 
   199     /// Owned: Media list
   193     /// Owned: Media list
   200     MGlxMediaList* iMediaList;
   194     MGlxMediaList* iMediaList;
   201           
   195           
   202     /// Own: Attribute Context
   196     /// Own: Attribute Context
   205 	CGlxAttributeContext* iThumbnailAttributeContext;
   199 	CGlxAttributeContext* iThumbnailAttributeContext;
   206 
   200 
   207     /// Own: Thumbnail Iterator
   201     /// Own: Thumbnail Iterator
   208     TGlxSequentialIterator iThumbnailIterator;
   202     TGlxSequentialIterator iThumbnailIterator;
   209 
   203 
   210     RArray<TInt> iPreviewItemCount;
       
   211 
       
   212     // Preview thumbnail index
       
   213     TInt iProgressIndex;
       
   214 
       
   215     //this variable holds the value ,whether the collection is in focus or not
       
   216     TBool iIsFocused;
       
   217     };
   204     };
   218 
   205 
   219 #endif /*GLXCONTENTHARVESTERPLUGINMONTHS_H_*/
   206 #endif /*GLXCONTENTHARVESTERPLUGINMONTHS_H_*/