Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



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

Members

Defined in MEikInfoDialog:
RunDlgLD()


Member functions


RunDlgLD()

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

The dialog's title.

const TDesC &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.