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)

voidMakeProgressVisibleL(TBoolaVisible)[pure virtual]

Make progress dialog visible or not visible

Parameters

TBool aVisible

MtmStore()

CMtmStore &MtmStore()[pure virtual]

return mtm store.

SetAnimationL(TInt)

voidSetAnimationL(TIntaResourceId)[pure virtual]

not used

Parameters

TInt aResourceId

SetCanCancelL(TBool)

voidSetCanCancelL(TBoolaCanCancel)[pure virtual]

Set flag that this operation can be cancelled or not

Parameters

TBool aCanCancel

SetHelpContext(const TCoeHelpContext &)

voidSetHelpContext(const TCoeHelpContext &aContext)[pure virtual]

not used

Parameters

const TCoeHelpContext & aContext

SetProgressDecoder(MMsvProgressDecoder &)

voidSetProgressDecoder(MMsvProgressDecoder &aDecoder)[pure virtual]

Set progress decoder.

Parameters

MMsvProgressDecoder & aDecoder

SetTitleL(const TDesC &)

voidSetTitleL(const TDesC &aTitle)[pure virtual]

Set title : text to be displayed

Parameters

const TDesC & aTitle

SetTitleL(TInt)

voidSetTitleL(TIntaTitleResourceId)[pure virtual]

Set title : resource id of the text to be displayed

Parameters

TInt aTitleResourceId

UnsetProgressDecoder()

voidUnsetProgressDecoder()[pure virtual]

Remove progress decoder.