#include <scim_imengine_module.h>
Collaboration diagram for scim::IMEngineModule:
Public Member Functions | |
IMEngineModule () | |
Default constructor. | |
IMEngineModule (const String &name, const ConfigPointer &config) | |
Constructor. | |
bool | load (const String &name, const ConfigPointer &config) |
Load a IMEngine Module by its name. | |
bool | unload () |
Unload the IMEngine Module. | |
bool | valid () const |
Check if a module is loaded and initialized successfully. | |
unsigned int | number_of_factories () const |
Get how many IMEngine factories supported by this module. | |
IMEngineFactoryPointer | create_factory (unsigned int engine) const |
Create an object for an IMEngine factory. |
This is a wrapper of scim::Module class, which is specially for manipulating the IMEngine modules.
Definition at line 72 of file scim_imengine_module.h.
|
Default constructor.
|
|
Constructor.
|
|
Load a IMEngine Module by its name. Load a module into memory. If another module has been loaded into this object, then the old module will be unloaded first. If the old module is resident, false will be returned, and the old module will be untouched.
|
|
Unload the IMEngine Module.
|
|
Check if a module is loaded and initialized successfully.
|
|
Get how many IMEngine factories supported by this module.
|
|
Create an object for an IMEngine factory.
|