Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: eikmsg.h
Link against: eikcore.lib

Class CEikInfoMsgWin

CEikInfoMsgWin

Support

Supported from 6.1

Description

Enables construction of an information message window.

Derivation

CBaseBase class for all classes to be instantiated on the heap
CEikInfoMsgWinEnables construction of an information message window
CEikMsgWinBase class providing functions to construct and display an information message

Defined in CEikInfoMsgWin:
CEikInfoMsgWin(), StartDisplaySpecifyingDuration()

Inherited from CBase:
operator new()

Inherited from CEikMsgWin:
CancelDisplay(), ConstructL(), StartDisplay(), iBlankWindow, iDummy, iEikonEnv_, iMessageWindow


Construction


CEikInfoMsgWin()

CEikInfoMsgWin(CEikonEnv& aEikonEnv);

Description

Constructs an information message for the specified Uikon environment.

Parameters

CEikonEnv& aEikonEnv

The Uikon environment for which the information message is constructed.


StartDisplaySpecifyingDuration()

void StartDisplaySpecifyingDuration(const TDesC& aText, TGulAlignment aCorner, TTimeIntervalMicroSeconds32 aDuration);

Description

Displays the information message window for a specified time period with the specified text and alignment.

Parameters

const TDesC& aText, TGulAlignment aCorner, TTimeIntervalMicroSeconds32 aDuration

The text, alignment and specified time period for the information message.