CPbkItemTypeSelectCreateNew 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 Create New 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  CPbkItemTypeSelectCreateNew ()
  Constructor.
IMPORT_C  ~CPbkItemTypeSelectCreateNew ()
  Destructor.
IMPORT_C CPbkFieldInfo ExecuteLD (CArrayPtr< CPbkFieldInfo > &aFieldInfos)
  Runs this dialog and returns the selected field info.

Constructor & Destructor Documentation

IMPORT_C CPbkItemTypeSelectCreateNew::CPbkItemTypeSelectCreateNew  ) 
 

Constructor.

IMPORT_C CPbkItemTypeSelectCreateNew::~CPbkItemTypeSelectCreateNew  ) 
 

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* CPbkItemTypeSelectCreateNew::ExecuteLD CArrayPtr< CPbkFieldInfo > &  aFieldInfos  )  [virtual]
 

Runs this dialog and returns the 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