equal
deleted
inserted
replaced
48 public: // new functions |
48 public: // new functions |
49 TBool ShowConfirmationL( const CSifUiAppInfo& aAppInfo ); |
49 TBool ShowConfirmationL( const CSifUiAppInfo& aAppInfo ); |
50 void SetMemorySelectionL( const RArray<TInt>& aDriveNumbers ); |
50 void SetMemorySelectionL( const RArray<TInt>& aDriveNumbers ); |
51 TInt SelectedDrive( TInt& aDriveNumber ); |
51 TInt SelectedDrive( TInt& aDriveNumber ); |
52 void SetCertificateInfoL( const RPointerArray<CSifUiCertificateInfo>& aCertificates ); |
52 void SetCertificateInfoL( const RPointerArray<CSifUiCertificateInfo>& aCertificates ); |
53 void ShowProgressL( const CSifUiAppInfo& aAppInfo, TInt aProgressBarFinalValue ); |
53 void ShowProgressL( const CSifUiAppInfo& aAppInfo, TInt aProgressBarFinalValue, |
|
54 CSifUi::TInstallingPhase aPhase ); |
54 void IncreaseProgressBarValueL( TInt aIncrement ); |
55 void IncreaseProgressBarValueL( TInt aIncrement ); |
55 TBool IsCancelled(); |
56 TBool IsCancelled(); |
56 void SetButtonVisible( CSifUi::TOptionalButton aButton, TBool aIsVisible ); |
57 void SetButtonVisible( CSifUi::TOptionalButton aButton, TBool aIsVisible ); |
57 void ShowCompleteL(); |
58 void ShowCompleteL(); |
58 void ShowFailedL( TInt aErrorCode, const TDesC& aErrorMessage, |
59 void ShowFailedL( TInt aErrorCode, const TDesC& aErrorMessage, |
109 HBufC* iSelectableDrives; |
110 HBufC* iSelectableDrives; |
110 TBool iSelectedDriveSet; |
111 TBool iSelectedDriveSet; |
111 TChar iSelectedDrive; |
112 TChar iSelectedDrive; |
112 TInt iProgressBarFinalValue; |
113 TInt iProgressBarFinalValue; |
113 TInt iProgressBarCurrentValue; |
114 TInt iProgressBarCurrentValue; |
|
115 CSifUi::TInstallingPhase iInstallingPhase; |
114 TBool iNoHideProgressButton; |
116 TBool iNoHideProgressButton; |
115 TBool iNoCancelProgressButton; |
117 TBool iNoCancelProgressButton; |
116 TBool iNoShowInAppLibButton; |
118 TBool iNoShowInAppLibButton; |
117 TBool iNoErrorDetailsButton; |
119 TBool iNoErrorDetailsButton; |
118 }; |
120 }; |