CCoeFepPlugIn Class Reference

class CCoeFepPlugIn : public CBase

CCoeFepPlugIn Abstract base class for FEP plug ins

Inherits from

Constructor & Destructor Documentation

~CCoeFepPlugIn()

~CCoeFepPlugIn()[inline, virtual]

Destructor that destroys the FEP plug-in.

Member Functions Documentation

NewFepL(CCoeEnv &, const CCoeFepParameters &)

CCoeFep *NewFepL(CCoeEnv &aConeEnvironment,
const CCoeFepParameters &aFepParameters
)[pure virtual]

Creates a fully constructed object of CCoeFEP.

Parameters

CCoeEnv & aConeEnvironmentA reference to the application's control environment.
const CCoeFepParameters & aFepParametersFEP parameters.

NewL(TUid)

CCoeFepPlugIn *NewL(TUidaFepUid)[static, inline]

Factory function to create and return a FEP plug-in with the specified UID.

Parameters

TUid aFepUidThe UID of the FEP plug-in implementation to be loaded

SynchronouslyExecuteSettingsDialogL(CCoeEnv &)

voidSynchronouslyExecuteSettingsDialogL(CCoeEnv &aConeEnvironment)[pure virtual]

Runs the FEP settings dialog.

Parameters

CCoeEnv & aConeEnvironmentA reference to the application's control environment.

Member Data Documentation

TUid iDtorTag

TUid iDtorTag[private]