CPbkMultipleEntryFetchDlg::TParams Class Reference

API published in: S60 1st Ed
API deprecated in: S60 5th Ed

Link against: pbkview.lib

Capability Information

Required Capabilities

ReadUserData WriteUserData


#include <cpbkmultipleentryfetchdlg.h>

Detailed Description

Multiple entry fetch parameter class.

Public Member Functions

IMPORT_C  TParams ()
  C++ constructor.
IMPORT_C  operator TCleanupItem ()
  Returns a cleanup item which will handle cleanup of this object in case of a leave.

Data Fields

CContactViewBase *  iContactView
  Contact view to display.
CContactIdArray *  iMarkedEntries
  Returns an array of ids of the selected entries, undefined if the dialog is canceled.
TInt  iCbaId
  OPTIONAL: Fetch softkey resource ID.
MPbkFetchDlgSelection iFetchSelection
  OPTIONAL: Fetch selection accepter.

Constructor & Destructor Documentation

IMPORT_C CPbkMultipleEntryFetchDlg::TParams::TParams  ) 
 

C++ constructor.


Member Function Documentation

IMPORT_C CPbkMultipleEntryFetchDlg::TParams::operator TCleanupItem  ) 
 

Returns a cleanup item which will handle cleanup of this object in case of a leave.


Field Documentation

TInt CPbkMultipleEntryFetchDlg::TParams::iCbaId
 

OPTIONAL: Fetch softkey resource ID.

If 0, default softkeys are used.

CContactViewBase* CPbkMultipleEntryFetchDlg::TParams::iContactView
 

Contact view to display.

If NULL loads the default contact view containing all names in the contact database.

MPbkFetchDlgSelection* CPbkMultipleEntryFetchDlg::TParams::iFetchSelection
 

OPTIONAL: Fetch selection accepter.

If NULL, not applicable.

CContactIdArray* CPbkMultipleEntryFetchDlg::TParams::iMarkedEntries
 

Returns an array of ids of the selected entries, undefined if the dialog is canceled.

Caller must delete iMarkedEntries when no longer needed.


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

Copyright © Nokia Corporation 2001-2008
Back to top