CCoeFepPlugIn Class Reference
#include
<mw/fepplugin.h>
| class CCoeFepPlugIn : public CBase |
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 & )
Creates a fully constructed object of CCoeFEP.
| Parameter | Description | | aConeEnvironment | A reference to the application's control environment. |
| aFepParameters | FEP parameters. |
Returns: A pointer to the newly created object.
NewL ( TUid )
Factory function to create and return a FEP plug-in with the specified UID.
| Parameter | Description | | aFepUid | The UID of the FEP plug-in implementation to be loaded |
Returns: A FEP plug-in object instance corresponding to the UID provided
SynchronouslyExecuteSettingsDialogL ( CCoeEnv & )
| void | SynchronouslyExecuteSettingsDialogL | ( | CCoeEnv & | aConeEnvironment | ) | [pure virtual] |
Runs the FEP settings dialog.
| Parameter | Description | | aConeEnvironment | A reference to the application's control environment. |