CPbkSingleEntryFetchDlg::TParams Class Reference

class CPbkSingleEntryFetchDlg::TParams

Single entry fetch parameter class.

Public Member Functions
TParams ()
Private Member Functions
TParams (const TParams &)
TParams & operator= (const TParams &)
Public Attributes
TInt iCbaId
CContactViewBase * iContactView
MPbkFetchDlgAccept * iFetchDlgAccept
MPbkFetchKeyCallback * iFetchKeyCallback
CPbkContactEngine * iPbkEngine
TContactItemId iSelectedEntry
Private Attributes
TInt32 iSpare1

Constructor & Destructor Documentation

TParams()

IMPORT_C TParams ( )

C++ Constructor.

TParams(const TParams &)

TParams ( const TParams & ) [private]

Parameters

const TParams &

Member Functions Documentation

operator=(const TParams &)

TParams & operator= ( const TParams & ) [private]

Parameters

const TParams &

Member Data Documentation

TInt iCbaId

TInt iCbaId

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

CContactViewBase * iContactView

CContactViewBase * iContactView

Contact view to display. If NULL, loads the default contact view containing all names in the contact database. CPbkContactEngine::AllContactsView() CPbkContactEngine::FilteredContactsViewL()

MPbkFetchDlgAccept * iFetchDlgAccept

MPbkFetchDlgAccept * iFetchDlgAccept

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

MPbkFetchKeyCallback * iFetchKeyCallback

MPbkFetchKeyCallback * iFetchKeyCallback

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

CPbkContactEngine * 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.

TContactItemId iSelectedEntry

TContactItemId iSelectedEntry

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

TInt32 iSpare1

TInt32 iSpare1 [private]