web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h
changeset 1 7c90e6132015
parent 0 dd21522fd290
child 11 c8a366e56285
equal deleted inserted replaced
0:dd21522fd290 1:7c90e6132015
   234                                         CEikMenuPane* aMenuPane,
   234                                         CEikMenuPane* aMenuPane,
   235                                         RHttpDownload& aDownload );
   235                                         RHttpDownload& aDownload );
   236         void ProvideInputParametersL( CAiwGenericParamList& aParams,
   236         void ProvideInputParametersL( CAiwGenericParamList& aParams,
   237                                       TInt& /*aCommandOptions*/,
   237                                       TInt& /*aCommandOptions*/,
   238                                       RHttpDownload& aDownload);
   238                                       RHttpDownload& aDownload);
       
   239                                       
       
   240         void LaunchFileManagerApplication();
   239 
   241 
   240     private:  // Data
   242     private:  // Data
   241         
   243         
   242         CDownloadsListExtension*    iExtension; ///< Extension class. Owned.
   244         CDownloadsListExtension*    iExtension; ///< Extension class. Owned.
   243 
   245 
   250 		TBool						iIsTimerStarted;
   252 		TBool						iIsTimerStarted;
   251 		CAiwServiceHandler* iAIWServiceHandler;
   253 		CAiwServiceHandler* iAIWServiceHandler;
   252 		TBool						iProgressiveDownload;
   254 		TBool						iProgressiveDownload;
   253 		
   255 		
   254 		TBool						iIsCancelInProgress;
   256 		TBool						iIsCancelInProgress;
       
   257 		TBool                       iPlatformSupportsGallery;
   255 
   258 
   256     private: // Friend classes
   259     private: // Friend classes
   257 
   260 
   258         friend class CDownloadsListExtension;
   261         friend class CDownloadsListExtension;
   259     };
   262     };