Link against: PbkView.lib
ReadDeviceData ReadUserData WriteDeviceData WriteUserData
#include <CPbkMultipleEntryFetchDlg.h>
This class is used to construct a Phonebook UI dialog where the user is able to select multiple contact entries from a list. The selection is then returned to the client.
Public Member Functions |
|
| IMPORT_C void | SetMopParent (MObjectProvider *aParent) |
| See CCoeControl::SetMopParent(MObjectProvider* aParent). |
|
| IMPORT_C TInt | ExecuteLD () |
| Executes this dialog. |
|
| ~CPbkMultipleEntryFetchDlg () | |
| Destructor. |
|
Static Public Member Functions |
|
| static IMPORT_C CPbkMultipleEntryFetchDlg * | NewL (TParams &aParams, CPbkContactEngine &aEngine) |
| Creates a new multiple entry fetch dialog. |
|
Data Structures |
|
| class | TParams |
| Multiple entry fetch parameter class. More... |
|
|
|
Destructor. Also cancels this dialog and makes ExecuteLD return. |
|
|
Executes this dialog. NOTE: this object is deleted when ExecuteLD returns or leaves! NOTE: current status pane layout is replaced with the Phonebook one. Restoring the original pane is left to be the responsibility of the caller.
|
|
||||||||||||
|
Creates a new multiple entry fetch dialog.
|
|
|
See CCoeControl::SetMopParent(MObjectProvider* aParent). |