Link against: DownloadMgrUiLib.lib
None
#include <CDownloadMgrUiLibRegistry.h>
Inherits MDownloadMgrUiLibRegModel.
Public Member Functions |
|
| virtual IMPORT_C | ~CDownloadMgrUiLibRegistry () |
| Destructor. |
|
| IMPORT_C CDownloadMgrUiUserInteractions & | RegisterUserInteractionsL () |
| Register a User Interactions. |
|
| IMPORT_C CDownloadMgrUiDownloadsList & | RegisterDownloadsListL () |
| Register a Downloads List. |
|
| virtual TUid | ClientAppUid () const |
| Third UID of the Client App, which installed UI Lib. |
|
| virtual TBool | DownloadsListInstalled () const |
| Is Downloads List installed? |
|
| virtual CDownloadMgrUiDownloadsList & | DownloadsList () const |
| Reference to the Downloads List. |
|
| virtual TBool | UserInteractionsInstalled () const |
| Is User Interactions installed? |
|
| virtual CDownloadMgrUiUserInteractions & | UserInteractions () const |
| Reference to the User Interactions. |
|
| virtual RHttpDownloadMgr & | DownloadMgr () const |
| Reference to the observed DMgr session. |
|
| virtual TInt | DownloadCount () const |
| All download in Download Manager session. |
|
Static Public Member Functions |
|
| static IMPORT_C CDownloadMgrUiLibRegistry * | NewL (RHttpDownloadMgr &aDownloadMgr) |
| Two-phased constructor. |
|
|
|
Destructor. |
|
|
Third UID of the Client App, which installed UI Lib. This is the UID with which RHttpDownloadMgr was connected. Implements MDownloadMgrUiLibRegModel. |
|
|
All download in Download Manager session. Implements MDownloadMgrUiLibRegModel. |
|
|
Reference to the observed DMgr session. Implements MDownloadMgrUiLibRegModel. |
|
|
Reference to the Downloads List. Implements MDownloadMgrUiLibRegModel. |
|
|
Is Downloads List installed? Implements MDownloadMgrUiLibRegModel. |
|
|
Two-phased constructor.
|
|
|
Register a Downloads List. The created component will be owned by the Registry.
|
|
|
Register a User Interactions. The created component will be owned by the Registry.
|
|
|
Reference to the User Interactions. Implements MDownloadMgrUiLibRegModel. |
|
|
Is User Interactions installed? Implements MDownloadMgrUiLibRegModel. |