MEikBusyMsgWin Class Reference

class MEikBusyMsgWin

An interface class for creating customized busy message windows WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.

Member Functions Documentation

Release()

voidRelease()[pure virtual]

Deletes the object, calling it's private destructor.

StartDisplay(const TDesC &, TGulAlignment)

voidStartDisplay(const TDesC &aText,
TGulAlignmentaCorner
)[pure virtual]

Displays the message window with the specified text and alignment.

Parameters

const TDesC & aTextThe text to display in the message.
TGulAlignment aCornerThe position in which the message window will appear. There are 9 options for this, each square of a 3 by 3 matrix on the screen.

StartDisplaySpecifyingInitialDelay(const TDesC &, TGulAlignment, TTimeIntervalMicroSeconds32)

voidStartDisplaySpecifyingInitialDelay(const TDesC &aText,
TGulAlignmentaCorner,
TTimeIntervalMicroSeconds32aInitialDelay
)[pure virtual]

Displays a busy message window after a specified duration.

Parameters

const TDesC & aTextThe text for the busy message.
TGulAlignment aCornerThe alignment for the busy message.
TTimeIntervalMicroSeconds32 aInitialDelayThe time period after which the busy message is displayed.