appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h
branchRCL_3
changeset 73 79647526f98c
parent 66 8b7f4e561641
equal deleted inserted replaced
70:e8965914fac7 73:79647526f98c
    33     ~CAppMngr2WidgetAppInfo();
    33     ~CAppMngr2WidgetAppInfo();
    34 
    34 
    35 public:     // from CAppMngr2InfoBase
    35 public:     // from CAppMngr2InfoBase
    36     TInt IconIndex() const;
    36     TInt IconIndex() const;
    37     const TDesC& Name() const;
    37     const TDesC& Name() const;
       
    38     const TDesC& Version() const;
    38     const TDesC& Details() const;
    39     const TDesC& Details() const;
    39     TBool SupportsGenericCommand( TInt aCmdId );
    40     TBool SupportsGenericCommand( TInt aCmdId );
    40     void HandleCommandL( TInt aCommandId, TRequestStatus& aStatus );
    41     void HandleCommandL( TInt aCommandId, TRequestStatus& aStatus );
    41     void HandleCommandResultL( TInt aStatus );
    42     void HandleCommandResultL( TInt aStatus );
    42     void CancelCommand();
    43     void CancelCommand();
    49     void ShowDetailsL();
    50     void ShowDetailsL();
    50 
    51 
    51 private:    // data
    52 private:    // data
    52     TUid iWidgetUid;
    53     TUid iWidgetUid;
    53     HBufC* iName;
    54     HBufC* iName;
       
    55     HBufC* iVersion;
    54     HBufC* iDetails;
    56     HBufC* iDetails;
    55     SwiUI::RSWInstLauncher* iSWInstLauncher;
    57     SwiUI::RSWInstLauncher* iSWInstLauncher;
    56     HBufC8* iMimeType;
    58     HBufC8* iMimeType;
    57     };
    59     };
    58 
    60