S60 3rd Edition API Reference: MPbkFetchKeyCallback Class Reference
MPbkFetchKeyCallback 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
Phonebook fetch dialog key event callback.
Member Enumeration Documentation
|
|
Callback result code.
- Enumerator:
-
| EKeyWasNotConsumed |
Ignores the key event and lets the fetch dialog process it. | | EKeyWasConsumed |
Hides the key event from the fetch dialog. | | EAccept |
Close the fetch dialog as if it was accepted. | | ECancel |
Close the fetch dialog as if it was canceled. |
|
Constructor & Destructor Documentation
| virtual MPbkFetchKeyCallback::~MPbkFetchKeyCallback | ( | | ) | [inline, protected, virtual] |
|
|
|
Protected destructor.
Derived class instances are not destroyed through this interface. |
Member Function Documentation
| virtual TResult MPbkFetchKeyCallback::PbkFetchKeyCallbackL | ( | const TKeyEvent & | aKeyEvent, | | | TEventCode | aType | | ) | [pure virtual] |
|
|
|
Callback function for key presses in fetch.
- Parameters:
-
| aKeyEvent | The key event. | | aType | The type of event. |
- Returns:
- Callback result.
|
The documentation for this class was generated from the following file: