#include <app/CPbkSingleEntryFetchDlg.h>
class CPbkSingleEntryFetchDlg : public CBase |
Public Member Functions | |
---|---|
~CPbkSingleEntryFetchDlg() | |
IMPORT_C TInt | ExecuteLD() |
IMPORT_C CPbkSingleEntryFetchDlg * | NewL(TParams &) |
IMPORT_C void | ResetWhenDestroyed(CPbkSingleEntryFetchDlg **) |
IMPORT_C void | SetMopParent(MObjectProvider *) |
Phonebook Single Entry Fetch API. This class is used to construct a Phonebook UI dialog where the user is able to select a single contact entry from a contact list. The user selection is then returned to the client.
~CPbkSingleEntryFetchDlg | ( | ) |
Destructor. Also cancels this dialog and makes ExecuteLD return.
IMPORT_C TInt | ExecuteLD | ( | ) |
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.
Returns: A non-zero value if accepted, 0 if canceled.
IMPORT_C CPbkSingleEntryFetchDlg * | NewL | ( | TParams & | aParams | ) | [static] |
Creates a new single entry fetch dialog.
See also: TParams
Parameter | Description |
---|---|
aParams | Fetch parameters, |
Returns: New instance of this class.
IMPORT_C void | ResetWhenDestroyed | ( | CPbkSingleEntryFetchDlg ** | aSelfPtr | ) |
Sets *aSelfPtr to NULL when this dialog is destroyed. !aSelfPtr || *aSelfPtr==this