Link against: DownloadMgrUiLib.lib
None
#include <CDownloadMgrUiLibRegistry.h>
Inherited by CDownloadMgrUiLibRegistry.
Public Member Functions |
|
| virtual TUid | ClientAppUid () const =0 |
| Third UID of the Client App, which installed UI Lib. |
|
| virtual TBool | DownloadsListInstalled () const =0 |
| Is Downloads List installed? |
|
| virtual CDownloadMgrUiDownloadsList & | DownloadsList () const =0 |
| Reference to the Downloads List. |
|
| virtual TBool | UserInteractionsInstalled () const =0 |
| Is User Interactions installed? |
|
| virtual CDownloadMgrUiUserInteractions & | UserInteractions () const =0 |
| Reference to the User Interactions. |
|
| virtual RHttpDownloadMgr & | DownloadMgr () const =0 |
| Reference to the observed DMgr session. |
|
| virtual TInt | DownloadCount () const =0 |
| All download in Download Manager session. |
|
|
|
Third UID of the Client App, which installed UI Lib. This is the UID with which RHttpDownloadMgr was connected. Implemented in CDownloadMgrUiLibRegistry. |
|
|
All download in Download Manager session. Implemented in CDownloadMgrUiLibRegistry. |
|
|
Reference to the observed DMgr session. Implemented in CDownloadMgrUiLibRegistry. |
|
|
Reference to the Downloads List. Implemented in CDownloadMgrUiLibRegistry. |
|
|
Is Downloads List installed? Implemented in CDownloadMgrUiLibRegistry. |
|
|
Reference to the User Interactions. Implemented in CDownloadMgrUiLibRegistry. |
|
|
Is User Interactions installed? Implemented in CDownloadMgrUiLibRegistry. |