applicationmanagement/server/inc/appmgmtdownloadmgr.h
changeset 53 1273bf2c520c
parent 42 aa33c2cb9a50
equal deleted inserted replaced
42:aa33c2cb9a50 53:1273bf2c520c
    74 
    74 
    75     public:
    75     public:
    76         appmgmtdownloadmgr(QWidget* parent, MDownloadMgrQTCallback& wrapper, TRequestStatus& aStatus);
    76         appmgmtdownloadmgr(QWidget* parent, MDownloadMgrQTCallback& wrapper, TRequestStatus& aStatus);
    77         ~appmgmtdownloadmgr();
    77         ~appmgmtdownloadmgr();
    78         
    78         
    79         void startDownload(CDeploymentComponent *aComponent);
    79         void startDownload(CDeploymentComponent *aComponent, int aIapid);
    80         void showDialog(CDeploymentComponent *aComponent);
    80         void showDialog(CDeploymentComponent *aComponent);
    81         void showUninstallDialog(const CDeploymentComponent &aCompo, TRequestStatus &s);
    81         void showUninstallDialog(const CDeploymentComponent &aCompo, TRequestStatus &s);
    82         void updateProgress(TInt32 aDownloadedSize, TInt32 aContentSize);
    82         void updateProgress(TInt32 aDownloadedSize, TInt32 aContentSize);
    83         void closeProgress();
    83         void closeProgress();
    84         void setUri();
    84         void setUri();
    89         void FileName(QString& afilename);
    89         void FileName(QString& afilename);
    90 	  void SetMimeType();
    90 	  void SetMimeType();
    91         void sendSrvToBg();
    91         void sendSrvToBg();
    92         QString convertSize();
    92         QString convertSize();
    93         int currDwnldStatForGenericAlert(int dwnldstatus);
    93         int currDwnldStatForGenericAlert(int dwnldstatus);
       
    94         QString GetIapNameWithIdL(TInt aIapId);
    94         
    95         
    95     public slots:
    96     public slots:
    96         bool downloadMgrEventRecieved(DownloadManagerEvent *event);
    97         bool downloadMgrEventRecieved(DownloadManagerEvent *event);
    97         bool downloadEventRecieved(DownloadEvent *event);
    98         bool downloadEventRecieved(DownloadEvent *event);
    98         void dialogSlot(HbAction*);
    99         void dialogSlot(HbAction*);