API published in: S60 2nd Ed
Link against: pbkview.lib
ReadDeviceData ReadUserData WriteDeviceData WriteUserData
#include <cpbksingleentryfetchdlg.h>
Public Member Functions | |
| IMPORT_C | TParams () |
| C++ Constructor. | |
Data Fields | |
| CPbkContactEngine * | iPbkEngine |
| Contact database. | |
| CContactViewBase * | iContactView |
| Contact view to display. | |
| MPbkFetchKeyCallback * | iFetchKeyCallback |
| OPTIONAL: Fetch key event callback. | |
| MPbkFetchDlgAccept * | iFetchDlgAccept |
| OPTIONAL: Fetch accept callback. | |
| TContactItemId | iSelectedEntry |
| Returns the id of the selected entry, undefined if the dialog is canceled. | |
| TInt | iCbaId |
| OPTIONAL: Fetch softkey resource ID. | |
|
|
C++ Constructor. |
|
|
OPTIONAL: Fetch softkey resource ID. If 0, default softkeys are used. |
|
|
Contact view to display. If NULL, loads the default contact view containing all names in the contact database. |
|
|
OPTIONAL: Fetch accept callback. If NULL, not applicable. |
|
|
OPTIONAL: Fetch key event callback. If NULL, not applicable. |
|
|
Contact database. If NULL, the contact database is retrieved from TLS or constructed if not available. If you have a Contact database on the client side please supply it here. |
|
|
Returns the id of the selected entry, undefined if the dialog is canceled. |