MPbkFetchDlgAccept 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 <mpbkfetchcallbacks.h>

Detailed Description

Accept callback interface for fetch dialogs.

Public Types

enum   TPbkFetchAccepted { KFetchYes = 0, KFetchNo, KFetchCanceled }
  Result code whether fetch should be accepted, rejected or canceled. More...

Public Member Functions

virtual TPbkFetchAccepted  PbkFetchAcceptedL (TContactItemId aId, CContactIdArray *aMarkedEntries)=0
  Called by a fetch dialog when user makes a selection.

Protected Member Functions

virtual  ~MPbkFetchDlgAccept ()
  Protected destructor.

Member Enumeration Documentation

enum MPbkFetchDlgAccept::TPbkFetchAccepted
 

Result code whether fetch should be accepted, rejected or canceled.

Enumerator:
KFetchYes  Fetch result is accepted and the fetch dialog is closed.
KFetchNo  Fetch result is rejected and the fetch dialog remains open.
KFetchCanceled  Fetch result is rejected and the fetch dialog is canceled.

Constructor & Destructor Documentation

virtual MPbkFetchDlgAccept::~MPbkFetchDlgAccept  )  [inline, protected, virtual]
 

Protected destructor.

Derived class instances are not destroyed through this interface.


Member Function Documentation

virtual TPbkFetchAccepted MPbkFetchDlgAccept::PbkFetchAcceptedL TContactItemId  aId,
CContactIdArray *  aMarkedEntries
[pure virtual]
 

Called by a fetch dialog when user makes a selection.

Parameters:
aId  Focused contact item
aMarkedEntries  Selected contact items array
Returns:
See also:
TPbkFetchAccepted

TPbkFetchAccepted


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

Copyright © Nokia Corporation 2001-2008
Back to top