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