Location:
fepplugin.h
class CCoeFepPlugIn : public CBase;
CCoeFepPlugIn Abstract base class for FEP plug ins
CBase
- Base class for all classes to be instantiated on the heap
CCoeFepPlugIn
- CCoeFepPlugIn Abstract base class for FEP plug ins
Defined in CCoeFepPlugIn
:
NewFepL()
, NewL()
, SynchronouslyExecuteSettingsDialogL()
, ~CCoeFepPlugIn()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
static inline CCoeFepPlugIn *NewL(TUid aFepUid);
Factory function to create and return a FEP plug-in with the specified UID.
|
|
virtual CCoeFep *NewFepL(CCoeEnv &aConeEnvironment, const CCoeFepParameters &aFepParameters)=0;
Creates a fully constructed object of CCoeFEP.
|
|
virtual void SynchronouslyExecuteSettingsDialogL(CCoeEnv &aConeEnvironment)=0;
Runs the FEP settings dialog.
|