photosgallery/contentharvesterplugin/inc/glxcontentharvesterplugintags.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 );
   190      * Instance of CPS interface used for update with CPS.
   185      * Instance of CPS interface used for update with CPS.
   191      */
   186      */
   192     MLiwInterface* iCPSInterface;
   187     MLiwInterface* iCPSInterface;
   193     CLiwGenericParamList* iInParamList;
   188     CLiwGenericParamList* iInParamList;
   194     CLiwGenericParamList* iOutParamList;
   189     CLiwGenericParamList* iOutParamList;
   195     CPeriodic* iPeriodic;
       
   196 
   190 
   197     /// Owned: Media list
   191     /// Owned: Media list
   198     MGlxMediaList* iMediaList;
   192     MGlxMediaList* iMediaList;
   199   
   193   
   200     /// Own: the Attribte Context    
   194     /// Own: the Attribte Context    
   203     CGlxAttributeContext* iThumbnailAttributeContext;
   197     CGlxAttributeContext* iThumbnailAttributeContext;
   204 
   198 
   205     /// Own: Thumbnail Iterator
   199     /// Own: Thumbnail Iterator
   206     TGlxSequentialIterator iThumbnailIterator;
   200     TGlxSequentialIterator iThumbnailIterator;
   207 
   201 
   208     RArray<TInt> iPreviewItemCount;
       
   209 
       
   210     // Preview thumbnail index
       
   211     TInt iProgressIndex;
       
   212 
       
   213     //this variable holds the value ,whether the collection is in focus or not
       
   214     TBool iIsFocused;
       
   215     };
   202     };
   216 
   203 
   217 #endif /*GLXCONTENTHARVESTERPLUGINTAGS_H_*/
   204 #endif /*GLXCONTENTHARVESTERPLUGINTAGS_H_*/