CPbkSingleEntryFetchDlg::TParams Class Reference

API published in: S60 2nd Ed
API deprecated in: S60 5th Ed

Link against: pbkview.lib

Capability Information

Required Capabilities

ReadUserData WriteUserData


#include <cpbksingleentryfetchdlg.h>

Detailed Description

Single entry fetch parameter class.

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.

Constructor & Destructor Documentation

IMPORT_C CPbkSingleEntryFetchDlg::TParams::TParams  ) 
 

C++ Constructor.


Field Documentation

TInt CPbkSingleEntryFetchDlg::TParams::iCbaId
 

OPTIONAL: Fetch softkey resource ID.

If 0, default softkeys are used.

CContactViewBase* CPbkSingleEntryFetchDlg::TParams::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* CPbkSingleEntryFetchDlg::TParams::iFetchDlgAccept
 

OPTIONAL: Fetch accept callback.

If NULL, not applicable.

MPbkFetchKeyCallback* CPbkSingleEntryFetchDlg::TParams::iFetchKeyCallback
 

OPTIONAL: Fetch key event callback.

If NULL, not applicable.

CPbkContactEngine* CPbkSingleEntryFetchDlg::TParams::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 CPbkSingleEntryFetchDlg::TParams::iSelectedEntry
 

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


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

Copyright © Nokia Corporation 2001-2008
Back to top