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()

void CancelDisplay ( ) [pure virtual]

Stops displaying the message window.

Release()

void Release ( ) [pure virtual]

Deletes the object, calling it's private destructor.

StartDisplay(const TDesC &, TGulAlignment)

void StartDisplay ( const TDesC & aText,
TGulAlignment aCorner
) [pure virtual]

Displays the message window with the specified text and alignment.

Parameters

const TDesC & aText The text to display in the message.
TGulAlignment aCorner The 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)

void StartDisplaySpecifyingDuration ( const TDesC & aText,
TGulAlignment aCorner,
TTimeIntervalMicroSeconds32 aDuration
) [pure virtual]

Displays an information message window for a specified duration.

Parameters

const TDesC & aText The text for the information message.
TGulAlignment aCorner The alignment for the information message.
TTimeIntervalMicroSeconds32 aDuration The time period for the information message.