web_pub/download_mgr_ui_api/inc/CDownloadMgrUiUserInteractions.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   187 
   187 
   188         /**
   188         /**
   189         * Schedule a postponed download for running.
   189         * Schedule a postponed download for running.
   190         */
   190         */
   191         void SchedulePostponedDownloadL();
   191         void SchedulePostponedDownloadL();
       
   192         
       
   193         /**
       
   194         * To Set the flag when progressive play is Launched
       
   195         */
       
   196         inline void SetProgressiveDownloadLaunched( TBool aProgressiveDownloadLaunched ) {iProgressiveDownloadLaunched = aProgressiveDownloadLaunched; }
   192 
   197 
   193     public: // Functions from CDownloadMgrUiBase
   198     public: // Functions from CDownloadMgrUiBase
   194 
   199 
   195         /// Attribute enumerations.
   200         /// Attribute enumerations.
   196         enum TDownloadMgrUiUserInteractionsAttr
   201         enum TDownloadMgrUiUserInteractionsAttr
   299         CUserInteractionsUtils*     iUiUtils; /**< Owned. Should be only one 
   304         CUserInteractionsUtils*     iUiUtils; /**< Owned. Should be only one 
   300                                                    instance in the UILib! */
   305                                                    instance in the UILib! */
   301         CAsyncEventHandlerArray*    iEventHandlerArray; ///< Owned.
   306         CAsyncEventHandlerArray*    iEventHandlerArray; ///< Owned.
   302 
   307 
   303         TBool                       iDlgActive;
   308         TBool                       iDlgActive;
       
   309         
       
   310         TBool                       iProgressiveDownloadLaunched;  
   304 
   311 
   305     private: // Friend classes
   312     private: // Friend classes
   306 
   313 
   307         friend class CUserInteractionsExtension;
   314         friend class CUserInteractionsExtension;
   308     };
   315     };