CPbkItemTypeSelectAddToExisting 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 <cpbkmemoryentryadditemdlg.h>

Inherits CPbkMemoryEntryAddItemDlg.


Detailed Description

Field type selection dialog for Phonebook's Add to Existing-service.

This service can be used to show a popup dialog of Phonebook field types and then let the user select a particular field type from it.


Public Member Functions

IMPORT_C  CPbkItemTypeSelectAddToExisting ()
  Constructor.
IMPORT_C  ~CPbkItemTypeSelectAddToExisting ()
  Destructor.
IMPORT_C CPbkFieldInfo ExecuteLD (CArrayPtr< CPbkFieldInfo > &aFieldInfos)
  Run this dialog and return selected field info.

Constructor & Destructor Documentation

IMPORT_C CPbkItemTypeSelectAddToExisting::CPbkItemTypeSelectAddToExisting  ) 
 

Constructor.

IMPORT_C CPbkItemTypeSelectAddToExisting::~CPbkItemTypeSelectAddToExisting  ) 
 

Destructor.

Also cancels and dismisses this popup list, in other words makes ExecuteLD return just like cancel was pressed.


Member Function Documentation

IMPORT_C CPbkFieldInfo* CPbkItemTypeSelectAddToExisting::ExecuteLD CArrayPtr< CPbkFieldInfo > &  aFieldInfos  )  [virtual]
 

Run this dialog and return selected field info.

Parameters:
aFieldInfos  An array of field info objects to select from.
Returns:
Pointer to a field info in aFieldInfos or NULL if canceled.

Reimplemented from CPbkMemoryEntryAddItemDlg.


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

Copyright © Nokia Corporation 2001-2008
Back to top