MEikInfoDialog Class Reference

class MEikInfoDialog

Interface for launching a dialog with a title and a message, for instance a query dialog.

Dialogs implementing this interface can be passed to CEikonEnv::SetQueryDialog() or CEikonEnv::SetInfoDialog().

Public Member Functions
TBool RunDlgLD(TInt, const TDesC &, const TDesC &)

Member Functions Documentation

RunDlgLD(TInt, const TDesC &, const TDesC &)

TBool RunDlgLD(TIntaResource,
const TDesC &aTitle,
const TDesC &aMsg
)[pure virtual]

Initialises and executes the dialog.

Parameters

TInt aResourceThe ID of the DIALOG resource that identifies the dialog's type. For instance, a query dialog (with Yes/No buttons) or an info dialog (with a Continue button).
const TDesC & aTitleThe dialog's title.
const TDesC & aMsgThe message to display in the dialog.