#include <mw/fepplugin.h>
class CCoeFepPlugIn : public CBase |
Public Member Functions | |
---|---|
virtual | ~CCoeFepPlugIn() |
pure virtual CCoeFep * | NewFepL(CCoeEnv &, const CCoeFepParameters &) |
CCoeFepPlugIn * | NewL(TUid) |
pure virtual void | SynchronouslyExecuteSettingsDialogL(CCoeEnv &) |
CCoeFepPlugIn Abstract base class for FEP plug ins
CCoeFep * | NewFepL | ( | CCoeEnv & | aConeEnvironment, |
const CCoeFepParameters & | aFepParameters | |||
) | [pure virtual] |
Creates a fully constructed object of CCoeFEP.
Parameters | |
---|---|
aConeEnvironment | A reference to the application's control environment. |
aFepParameters | FEP parameters. |
CCoeFepPlugIn * | NewL | ( | TUid | aFepUid | ) | [static, inline] |
Factory function to create and return a FEP plug-in with the specified UID.
Parameters | |
---|---|
aFepUid | The UID of the FEP plug-in implementation to be loaded |
void | SynchronouslyExecuteSettingsDialogL | ( | CCoeEnv & | aConeEnvironment | ) | [pure virtual] |
Runs the FEP settings dialog.
Parameters | |
---|---|
aConeEnvironment | A reference to the application's control environment. |