Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <EIKENV.H>

Class MEikInfoDialog

class MEikInfoDialog;

Description

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(MEikInfoDialog *) or CEikonEnv::SetInfoDialog(MEikInfoDialog *).

Members

Defined in MEikInfoDialog:


Member functions


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

virtual TBool RunDlgLD(TInt aResource, const TDesC &aTitle, const TDesC &aMsg)=0;

Description

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 TDesC16 &aTitle

The dialog's title.

const TDesC16 &aMsg

The message to display in the dialog.

Return value

TBool

True if the Confirm button (or equivalent) was pressed, false if the dialog was cancelled.