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

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.

StartDisplaySpecifyingInitialDelay(const TDesC &, TGulAlignment, TTimeIntervalMicroSeconds32)

void StartDisplaySpecifyingInitialDelay ( const TDesC & aText,
TGulAlignment aCorner,
TTimeIntervalMicroSeconds32 aInitialDelay
) [pure virtual]

Displays a busy message window after a specified duration.

Parameters

const TDesC & aText The text for the busy message.
TGulAlignment aCorner The alignment for the busy message.
TTimeIntervalMicroSeconds32 aInitialDelay The time period after which the busy message is displayed.