web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h
changeset 11 c8a366e56285
parent 1 7c90e6132015
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   144         * @since Series 60 3.2
   144         * @since Series 60 3.2
   145         * @return TBool 
   145         * @return TBool 
   146         */
   146         */
   147         inline TBool IsProgressiveDownloadEnabled() {return iProgressiveDownload; }
   147         inline TBool IsProgressiveDownloadEnabled() {return iProgressiveDownload; }
   148         
   148         
       
   149         /**
       
   150         * Gets the value of downloadlist hide
       
   151         * @return TBool 
       
   152         */
       
   153         inline TBool GetDownloadHide() { return iDownloadListHide; }
       
   154 
       
   155         /**
       
   156         * Sets the value of downloadlist hide
       
   157         * @return void 
       
   158         */
       
   159         virtual void SetDownloadListHide( TBool aHide );
   149 
   160 
   150     public: // Functions from CDownloadMgrUiBase
   161     public: // Functions from CDownloadMgrUiBase
   151 
   162 
   152         IMPORT_C virtual void GetIntAttributeL( const TUint aAttribute, TInt32& aValue );
   163         IMPORT_C virtual void GetIntAttributeL( const TUint aAttribute, TInt32& aValue );
   153         IMPORT_C virtual void GetBoolAttributeL( const TUint aAttribute, TBool& aValue );
   164         IMPORT_C virtual void GetBoolAttributeL( const TUint aAttribute, TBool& aValue );
   254 		TBool						iProgressiveDownload;
   265 		TBool						iProgressiveDownload;
   255 		
   266 		
   256 		TBool						iIsCancelInProgress;
   267 		TBool						iIsCancelInProgress;
   257 		TBool                       iPlatformSupportsGallery;
   268 		TBool                       iPlatformSupportsGallery;
   258 
   269 
       
   270         TBool                       iDownloadListHide;
   259     private: // Friend classes
   271     private: // Friend classes
   260 
   272 
   261         friend class CDownloadsListExtension;
   273         friend class CDownloadsListExtension;
   262     };
   274     };
   263 
   275