web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h
changeset 17 c8a366e56285
parent 8 7c90e6132015
child 36 0ed94ceaa377
--- a/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Thu Aug 27 07:44:59 2009 +0300
+++ b/web_pub/download_mgr_ui_api/inc/CDownloadMgrUiDownloadsList.h	Thu Sep 24 12:53:48 2009 +0300
@@ -146,6 +146,17 @@
         */
         inline TBool IsProgressiveDownloadEnabled() {return iProgressiveDownload; }
         
+        /**
+        * Gets the value of downloadlist hide
+        * @return TBool 
+        */
+        inline TBool GetDownloadHide() { return iDownloadListHide; }
+
+        /**
+        * Sets the value of downloadlist hide
+        * @return void 
+        */
+        virtual void SetDownloadListHide( TBool aHide );
 
     public: // Functions from CDownloadMgrUiBase
 
@@ -256,6 +267,7 @@
 		TBool						iIsCancelInProgress;
 		TBool                       iPlatformSupportsGallery;
 
+        TBool                       iDownloadListHide;
     private: // Friend classes
 
         friend class CDownloadsListExtension;