S60 3rd Edition API Reference: MPbkEditorOkToExitCallback Class Reference

MPbkEditorOkToExitCallback Class Reference

API published in: S60 2nd Ed FP 2

Link against: pbkview.lib

Capability Information

Required Capabilities

ReadDeviceData ReadUserData WriteDeviceData WriteUserData


#include <mpbkeditoroktoexitcallback.h>

Detailed Description

Phonebook contact editor exit callback interface.

This callback is used in conjunction with the CPbkContactEditorDlg editing dialog. The user can set a callback function that is called before the dialog exit happens.

See also:
CPbkContactEditorDlg

Public Member Functions

virtual TBool OkToExitL (TInt aCommandId)=0
 Returns ETrue if it is ok to exit the contact editor and EFalse if not.

Member Function Documentation

virtual TBool MPbkEditorOkToExitCallback::OkToExitL TInt  aCommandId  )  [pure virtual]
 

Returns ETrue if it is ok to exit the contact editor and EFalse if not.

Parameters:
aCommandId The exit command id.
Returns:
ETrue to exit the editor.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top