#include <app/CPbkSingleEntryFetchDlg.h>
| class CPbkSingleEntryFetchDlg::TParams |
| Public Attributes | |
|---|---|
| TInt | iCbaId |
| CContactViewBase * | iContactView |
| MPbkFetchDlgAccept * | iFetchDlgAccept |
| MPbkFetchKeyCallback * | iFetchKeyCallback |
| CPbkContactEngine * | iPbkEngine |
| TContactItemId | iSelectedEntry |
| Public Member Functions | |
|---|---|
| TParams() | |
Single entry fetch parameter class.
| CContactViewBase * | iContactView |
Contact view to display. If NULL, loads the default contact view containing all names in the contact database.
See also: CPbkContactEngine::AllContactsView() CPbkContactEngine::FilteredContactsViewL()
| MPbkFetchDlgAccept * | iFetchDlgAccept |
OPTIONAL: Fetch accept callback. If NULL, not applicable.
| MPbkFetchKeyCallback * | iFetchKeyCallback |
OPTIONAL: Fetch key event callback. If NULL, not applicable.
| CPbkContactEngine * | iPbkEngine |
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.
| TContactItemId | iSelectedEntry |
Returns the id of the selected entry, undefined if the dialog is canceled.