CSimplePromptingSelectorBase Class Reference

class CSimplePromptingSelectorBase : public CActive

Base for simple selectors which may use dialog to process their selection requests.

Inherits from

Constructor & Destructor Documentation

CSimplePromptingSelectorBase()

IMPORT_C CSimplePromptingSelectorBase ( ) [protected]

CSimplePromptingSelectorBase(const TUint, const Meta::SMetaData &)

IMPORT_C CSimplePromptingSelectorBase ( const TUint aTypeId,
const Meta::SMetaData & aSelectionPreferences
) [protected, explicit]

Parameters

const TUint aTypeId
const Meta::SMetaData & aSelectionPreferences

CSimplePromptingSelectorBase(const Meta::SMetaData &)

IMPORT_C CSimplePromptingSelectorBase ( const Meta::SMetaData & aSelectionPreferences ) [protected, explicit]

Parameters

const Meta::SMetaData & aSelectionPreferences

~CSimplePromptingSelectorBase()

IMPORT_C ~CSimplePromptingSelectorBase ( ) [protected, virtual]

Member Functions Documentation

DoCancel()

IMPORT_C void DoCancel ( ) [protected, virtual]

Implements cancellation of an outstanding request.

This function is called as part of the active object's Cancel() .

It must call the appropriate cancel function offered by the active object's asynchronous service provider. The asynchronous service provider's cancel is expected to act immediately.

DoCancel() must not wait for event completion; this is handled by Cancel() .

CActive::Cancel

PromptUserL(ESock::ISelectionNotify &, const TConnectionPrefs &)

IMPORT_C void PromptUserL ( ESock::ISelectionNotify & aSelectionNotify,
const TConnectionPrefs & aPrefs
) [protected]

Parameters

ESock::ISelectionNotify & aSelectionNotify
const TConnectionPrefs & aPrefs

PromptUserL(ESock::ISelectionNotify &)

IMPORT_C void PromptUserL ( ESock::ISelectionNotify & aSelectionNotify ) [protected]

Parameters

ESock::ISelectionNotify & aSelectionNotify

Member Data Documentation

RGenConAgentDialogServer iDlgServ

RGenConAgentDialogServer iDlgServ [protected]

TUint32 iSelectedAPId

TUint32 iSelectedAPId [protected]

ESock::ISelectionNotify iSelectionNotify

ESock::ISelectionNotify iSelectionNotify [protected]