S60 3rd Edition API Reference: MPbkFetchDlgAccept Class Reference
MPbkFetchDlgAccept Class Reference
API published in: S60 1st Ed
Link against: pbkview.lib
Capability Information
Required Capabilities
ReadDeviceData ReadUserData WriteDeviceData WriteUserData
#include <mpbkfetchcallbacks.h>
Detailed Description
Accept callback interface for fetch dialogs.
Member Enumeration Documentation
|
|
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: