Home · API Reference · Modules |
Public Member Functions | |
MImAbstractPluginFactory () | |
virtual | ~MImAbstractPluginFactory ()=0 |
virtual QString | fileExtension () const =0 |
virtual MInputMethodPlugin * | create (const QString &file) const =0 |
To create a factory, re-implement the virtual functions. These functions will be used to create a new instance of MInputMethodPlugin based on file mime-type.
MImAbstractPluginFactory::MImAbstractPluginFactory | ( | ) | [explicit] |
MImAbstractPluginFactory::~MImAbstractPluginFactory | ( | ) | [pure virtual] |
virtual QString MImAbstractPluginFactory::fileExtension | ( | ) | const [pure virtual] |
Implement this function to return the extension of which kind of file this factory can handle.
virtual MInputMethodPlugin* MImAbstractPluginFactory::create | ( | const QString & | file | ) | const [pure virtual] |
Implement this function to create a new MInputMethodPlugin base on a file.
Copyright © 2011 Nokia Corporation | Maliit |