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 & aConeEnvironment A reference to the application's control environment.
const CCoeFepParameters & aFepParameters FEP parameters.

NewL(TUid)

CCoeFepPlugIn * NewL ( TUid aFepUid ) [static, inline]

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

Parameters

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

SynchronouslyExecuteSettingsDialogL(CCoeEnv &)

void SynchronouslyExecuteSettingsDialogL ( CCoeEnv & aConeEnvironment ) [pure virtual]

Runs the FEP settings dialog.

Parameters

CCoeEnv & aConeEnvironment A reference to the application's control environment.

Member Data Documentation

TUid iDtorTag

TUid iDtorTag [private]