MMsvProgressReporter Class Reference

class MMsvProgressReporter

MMsvProgressReporter Pure virtual class to display progress of the operations. class CMsvProgressReporterOperation implement these functions.

Member Functions Documentation

MakeProgressVisibleL(TBool)

void MakeProgressVisibleL ( TBool aVisible ) [pure virtual]

Make progress dialog visible or not visible

Parameters

TBool aVisible

MtmStore()

CMtmStore & MtmStore ( ) [pure virtual]

return mtm store.

SetAnimationL(TInt)

void SetAnimationL ( TInt aResourceId ) [pure virtual]

not used

Parameters

TInt aResourceId

SetCanCancelL(TBool)

void SetCanCancelL ( TBool aCanCancel ) [pure virtual]

Set flag that this operation can be cancelled or not

Parameters

TBool aCanCancel

SetHelpContext(const TCoeHelpContext &)

void SetHelpContext ( const TCoeHelpContext & aContext ) [pure virtual]

not used

Parameters

const TCoeHelpContext & aContext

SetProgressDecoder(MMsvProgressDecoder &)

void SetProgressDecoder ( MMsvProgressDecoder & aDecoder ) [pure virtual]

Set progress decoder.

Parameters

MMsvProgressDecoder & aDecoder

SetTitleL(const TDesC &)

void SetTitleL ( const TDesC & aTitle ) [pure virtual]

Set title : text to be displayed

Parameters

const TDesC & aTitle

SetTitleL(TInt)

void SetTitleL ( TInt aTitleResourceId ) [pure virtual]

Set title : resource id of the text to be displayed

Parameters

TInt aTitleResourceId

UnsetProgressDecoder()

void UnsetProgressDecoder ( ) [pure virtual]

Remove progress decoder.