CPbkSingleEntryFetchDlg::TParams Class Reference

#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()

Detailed Description

Single entry fetch parameter class.

Member Attribute Documentation

iCbaId

TInt iCbaId

OPTIONAL: Fetch softkey resource ID. If 0, default softkeys are used.

iContactView

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()

iFetchDlgAccept

MPbkFetchDlgAccept *iFetchDlgAccept

OPTIONAL: Fetch accept callback. If NULL, not applicable.

iFetchKeyCallback

MPbkFetchKeyCallback *iFetchKeyCallback

OPTIONAL: Fetch key event callback. If NULL, not applicable.

iPbkEngine

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.

iSelectedEntry

TContactItemId iSelectedEntry

Returns the id of the selected entry, undefined if the dialog is canceled.

Constructor & Destructor Documentation

TParams ( )

IMPORT_CTParams()

C++ Constructor.