CCoeFepPlugIn Class Reference

#include <mw/fepplugin.h>

class CCoeFepPlugIn : public CBase

Inherits from

  • CCoeFepPlugIn

    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.

    ParameterDescription
    aConeEnvironmentA reference to the application's control environment.
    aFepParametersFEP parameters.

    Returns: 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.

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

    Returns: A FEP plug-in object instance corresponding to the UID provided

    SynchronouslyExecuteSettingsDialogL ( CCoeEnv & )

    voidSynchronouslyExecuteSettingsDialogL(CCoeEnv &aConeEnvironment)[pure virtual]

    Runs the FEP settings dialog.

    ParameterDescription
    aConeEnvironmentA reference to the application's control environment.