MEikInfoMsgWin Class Reference

class MEikInfoMsgWin

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

Member Functions Documentation

CancelDisplay()

voidCancelDisplay()[pure virtual]

Stops displaying the message window.

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.

StartDisplaySpecifyingDuration(const TDesC &, TGulAlignment, TTimeIntervalMicroSeconds32)

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

Displays an information message window for a specified duration.

Parameters

const TDesC & aTextThe text for the information message.
TGulAlignment aCornerThe alignment for the information message.
TTimeIntervalMicroSeconds32 aDurationThe time period for the information message.