S60 3rd Edition API Reference: CPbkMultipleEntryFetchDlg::TParams Class Reference
CPbkMultipleEntryFetchDlg::TParams Class Reference
API published in: S60 1st Ed
Link against: pbkview.lib
Capability Information
Required Capabilities
ReadDeviceData ReadUserData WriteDeviceData 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 | ( | | ) | |
|
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
|
|
OPTIONAL: Fetch softkey resource ID.
If 0, default softkeys are used. |
|
|
Contact view to display.
If NULL loads the default contact view containing all names in the contact database. |
|
|
OPTIONAL: Fetch selection accepter.
If NULL, not applicable. |
|
|
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: