#include <scim_frontend_module.h>
Collaboration diagram for scim::FrontEndModule:
Public Member Functions | |
FrontEndModule () | |
Default constructor. | |
FrontEndModule (const String &name, const BackEndPointer &backend, const ConfigPointer &config, int argc, char **argv) | |
Constructor. | |
bool | load (const String &name, const BackEndPointer &backend, const ConfigPointer &config, int argc, char **argv) |
Load a FrontEnd module by its name. | |
bool | valid () const |
Check if a module is loaded and initialized successfully. | |
void | run () const |
run this FrontEnd module. |
This is a wrapper of scim::Module class, which is specially for manipulating the frontend modules.
Definition at line 73 of file scim_frontend_module.h.
|
Default constructor.
|
|
Constructor.
|
|
Load a FrontEnd 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.
|
|
Check if a module is loaded and initialized successfully.
|
|
run this FrontEnd module.
|