CCoeFepPlugIn Class Reference

#include <mw/fepplugin.h>

class CCoeFepPlugIn : public CBase

Inherits from

Detailed Description

CCoeFepPlugIn Abstract base class for FEP plug ins

Constructor & Destructor Documentation

~CCoeFepPlugIn ( )

~CCoeFepPlugIn()[inline, virtual]

Destructor that destroys the FEP plug-in.

Member Function Documentation

NewFepL ( CCoeEnv &, const CCoeFepParameters & )

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

Creates a fully constructed object of CCoeFEP.

Parameters
aConeEnvironmentA reference to the application's control environment.
aFepParametersFEP parameters.
Return Value
A pointer to the newly created object.

NewL ( TUid )

CCoeFepPlugIn *NewL(TUidaFepUid)[static, inline]

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

Parameters
aFepUidThe UID of the FEP plug-in implementation to be loaded
Return Value
A FEP plug-in object instance corresponding to the UID provided

SynchronouslyExecuteSettingsDialogL ( CCoeEnv & )

voidSynchronouslyExecuteSettingsDialogL(CCoeEnv &aConeEnvironment)[pure virtual]

Runs the FEP settings dialog.

Parameters
aConeEnvironmentA reference to the application's control environment.