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 ( TInt aResource,
const TDesC & aTitle,
const TDesC & aMsg
) [pure virtual]

Initialises and executes the dialog.

Parameters

TInt aResource The 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 & aTitle The dialog's title.
const TDesC & aMsg The message to display in the dialog.